IT |
気になる、記になる… |
次期「Mac Pro」に搭載?? − 「M2」のデュアルチップモデルが今年7〜9月に量産開始か |
https://taisy0.com/2021/05/02/140009.html
|
applesilicon |
2021-05-02 08:31:02 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
たくさんの写真を格子状に敷き詰めたスライドの生成【python】【python-pptx】 |
https://qiita.com/shimajiroxyz/items/21e7bd6b010b1411d3a9
|
ちょうどいい高さの自動計算これより前のコードでは画像の高さを固定値で指定していましたが、それだとスライドに画像をまんべんなく敷き詰めるための高さをプログラム実行者が事前に計算しないといけません。 |
2021-05-02 17:24:52 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
JavaScriptでオブジェクトを使う |
https://qiita.com/amimi/items/619a037e2be82266ba82
|
JavaScriptでオブジェクトを使うJavaScriptの基礎知識HTMLでJavaScriptを読み込む方法scriptタグを使うltscriptgtこの中にプログラムを書いていくltscriptgt例として日付を表示させるにはltscriptgtdocumentwriteltpclassdaysgtltpgt末尾にセミコロンをつけるのはJavaScriptの決まりltscriptgtJavaScript部分の解説↓documentwritedocument→オブジェクト対象write→メソッド命令→パラメーター設定↓訳「オブジェクトに対してパラメーターの内容をメソッドしてね」オブジェクトの考え方オブジェクトのみだと実体がない設計図のみの状態なので、オブジェクトを使うときは実体化インスタンス化してから使うインスタンスにするにはnewメソッドを使って変数に代入するlettodaynewDateインスタンスにしたところで、ltscriptgtlettodaynewDatedocumentwriteltpgt今日はtodaygetDate日ですltpgtltscriptgtまず、newDateでオブジェクトをインスタンス化し、設計図のみだったものから、todayという実体を作る。 |
2021-05-02 17:53:05 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
Javascript if文 条件分岐 私初心者なので 復習 |
https://qiita.com/Hoshi10Lighthouse/items/6dbc23e16d2810a83312
|
Javascriptif文条件分岐私初心者なので復習ある条件が成り立つときだけある処理を行う・・・イメージconstnumber定数numberの値がより大きいかいYESconsolelognumberはより大きいです条件に当てはまるか考えて、こんなふうに答えてくれるif文if文を使うと「もし・・・ならば・・を行います。 |
2021-05-02 17:33:40 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
backgroundをif文で使うときに気をつけたいこと |
https://qiita.com/yousuru01467/items/0c1e3e129580cd0b0b24
|
私の環境ではつしか比べられませんでしたが、ブラウザによってbackgroundの保存形式が違うではないですか。 |
2021-05-02 17:15:26 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
SwiftUI ニフクラのデータストアを使ったデータ取得 |
https://teratail.com/questions/336256?rss=all
|
SwiftUIニフクラのデータストアを使ったデータ取得やっていることニフクラのデータストアに格納されているiTunesギフト券のコードをアプリ内で表示させるプログラムを組んでいます上画像の下から行目の部分に、データストアから受け取ったレコードに格納されているギフトコードの値を変数に入れ違うViewでテキストとして画面上に表示させたいと考えておりますしかし、実際に行って見ると違うViewへの変数の受け渡しがどうもうまくいきませんでした。 |
2021-05-02 17:57:55 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Rackのライブラリーの呼び出しについて |
https://teratail.com/questions/336255?rss=all
|
Rackのライブラリーの呼び出しについてRubyのsinatraで開発をしております。 |
2021-05-02 17:56:17 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
【SpringBoot】@Controllerに対してajax通信を行うがコントローラクラスの該当メソッドに処理が移行しない |
https://teratail.com/questions/336254?rss=all
|
|
2021-05-02 17:52:42 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
WEB構成内のプログラミング言語について教えてください。 |
https://teratail.com/questions/336253?rss=all
|
javarubypythongo |
2021-05-02 17:40:20 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Python3.7.5でNumpyを使おうとするとNotImplementedErrorがでる |
https://teratail.com/questions/336252?rss=all
|
|
2021-05-02 17:40:12 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
wordpressのindex.phpが改竄? |
https://teratail.com/questions/336251?rss=all
|
wordpressのindexphpが改竄初めての投稿です。 |
2021-05-02 17:35:58 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Rust のクロージャにおける mut の効果範囲 |
https://teratail.com/questions/336250?rss=all
|
Rustのクロージャにおけるmutの効果範囲下記コードのnbspA、Bnbspの部分について、mutnbspの効果範囲に疑問を感じています。 |
2021-05-02 17:21:42 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
【Vue x Firestore xAlgolia】Algoliaの Vue InstantSearchの使いたいです |
https://teratail.com/questions/336249?rss=all
|
【VuexFirestorexAlgolia】AlgoliaのVueInstantSearchの使いたいですAlgoliaのnbspVuenbspInstantSearchの使い方について参考記事Vuejsに対応したAlgoliaのnbspVuenbspInstantSearchvuejsとfirebaseを使用して現在ポートフォリオを作成しておりますが、全文検索にAlgoliaを使いたいと考えています。 |
2021-05-02 17:20:44 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
(jQuery)特定のクラスがついている文字列について、記号を挟めて並べたい。 |
https://teratail.com/questions/336248?rss=all
|
実現したいこと「selected」クラスがついている項目の文字列みかん、さくらんぼ、いちごを「みかん、さくらんぼ、いちご」のように「、」を挟めて並べたいです。 |
2021-05-02 17:19:35 |
Linux |
Ubuntuタグが付けられた新着投稿 - Qiita |
WSL2上のGUIで日本語入力を行う際の最低限の設定 |
https://qiita.com/SoraKumo/items/f83548efde26788a1fc7
|
|
2021-05-02 17:18:39 |
Ruby |
Railsタグが付けられた新着投稿 - Qiita |
Chartkickを使って、ページにグラフを表示させる方法(Ruby on Rails) |
https://qiita.com/pensuke628/items/18423f44d1b0060bd908
|
配当金の月別配当金額をグラフ表示するため、chartkickを用いました。 |
2021-05-02 17:30:49 |
海外TECH |
DEV Community |
Undo your last git mistake with ugit |
https://dev.to/bhupesh/undo-your-last-git-mistake-with-ugit-3kln
|
Undo your last git mistake with ugitSo I have been working on this little tool called ugit and was finally able to release a stable version the goal is to make it easier for beginner to intermediate git users to undo their last accidental git command Because we are not perfect and commit mistakes “Oh wait I deleted the auth jwt branch without merging fuck Opens browser“How to restore deleted branch Wastes minutes reading the thread Brain context switch losses focus“Aarrgh Git sucks Failure is a good way to learn something new but how many times are you going to mess up with git if your ultimate goal is to deliver the new feature in your startup as fast as possible huh Git is great but it s not really good with developer experience DX Yo bhupesh I can just you know alias this command Oh cool good luck remembering that alias after month when you fuck up again If you are in the gang of getting things done adding ugit might be a good choice for you Bhupesh V ugit ️ugit helps you undo your last git command with grace Your damage control git buddy ugitUndo your last oopsie ️in git with ease Why ugitYou did an accidental git command you didn t want to You don t want to waste your time searching on how to undo Because ugit is coolWhat s in the boxugit supports undoing following operations some are a WIP If you know of any other operations that can be undone and is not in the list make sure to send a quick PR ️ Undo git commit Undo git add Undo git push Undo git branch D branch delete Undo git pull Undo git reset Undo git tag d tag delete Undo git stash apply Undo git stash pop drop clear Undo accidental file delete Restore a deleted file after a commit Undo Restore a file to a previous version Undo git merge Undo git tag rename a tag Undo git rebase Undo git cherry pick Undo git worktree remove… View on GitHubOk enough talking What is ugit It s just a simple shell script with guided programmatic steps to undo your last git command powered by FZF built for people who live and work with terminals every day Guided TutorialsBelow are some GIF demos of undoing some git operations the list is long around scenarios but I am only demonstrating some common ones Undoing git add Undoing git branch D Restore deleted branch Undoing Restoring file to previous version Undoing git merge I don t like your stupid scriptCool I mean we are still friends right Friends help friends avoid git mistakes that s why I wrote an accompanying text guide on How to undo anything in Git Share it with your friends co workers No hard feelingsPeace ️ |
2021-05-02 08:00:53 |
海外科学 |
NYT > Science |
SpaceX Makes First Nighttime Splashdown With Astronauts Since 1968 |
https://www.nytimes.com/2021/05/02/science/spacex-nasa-landing.html
|
resilience |
2021-05-02 08:39:28 |
海外科学 |
BBC News - Science & Environment |
Nasa astronauts splash-land on Earth in SpaceX capsule after ISS mission |
https://www.bbc.co.uk/news/world-us-canada-56962120
|
return |
2021-05-02 08:21:48 |
海外ニュース |
Japan Times latest articles |
It’s open season for strawberries at Kawana Farm |
https://www.japantimes.co.jp/life/2021/05/02/lifestyle/strawberries-kawana-farm/
|
excursion |
2021-05-02 19:00:32 |
海外ニュース |
Japan Times latest articles |
‘Tokyo Junkie’: Robert Whiting recounts a lifelong addiction to his adopted city |
https://www.japantimes.co.jp/culture/2021/05/02/books/tokyo-junkie-robert-whiting/
|
Tokyo Junkie Robert Whiting recounts a lifelong addiction to his adopted cityThe author and longtime Japan resident tackles his hardest writing project ever ー“interviewing himself for a memoir on his life the changing urban landscape |
2021-05-02 19:00:39 |
ニュース |
BBC News - Home |
Covid: Quarantine for Covid contacts could be scrapped |
https://www.bbc.co.uk/news/uk-56958885
|
isolate |
2021-05-02 08:25:41 |
ニュース |
BBC News - Home |
Don't trust caller ID on phones, says Ofcom |
https://www.bbc.co.uk/news/business-56934517
|
ofcom |
2021-05-02 08:56:14 |
ニュース |
BBC News - Home |
Covid: Liverpool to stage sold out Blossoms gig as trial for festival season |
https://www.bbc.co.uk/news/entertainment-arts-56962231
|
season |
2021-05-02 08:33:16 |
サブカルネタ |
ラーブロ |
鳳仙花@横浜 |
http://feedproxy.google.com/~r/rablo/~3/V-Sh84b_Ggc/single_feed.php
|
朝鮮中央通信 |
2021-05-02 09:13:54 |
北海道 |
北海道新聞 |
コンサ、湘南とスコアレスドロー |
https://www.hokkaido-np.co.jp/article/539917/
|
北海道コンサドーレ札幌 |
2021-05-02 17:13:00 |
北海道 |
北海道新聞 |
都心一等地の議員用駐車場タダ 参院宿舎 家賃も格安 |
https://www.hokkaido-np.co.jp/article/539910/
|
議員宿舎 |
2021-05-02 17:09:42 |
ビジネス |
東洋経済オンライン |
部下を褒めても育たない必然的な理由【動画】 褒めても叱ってもNG、では上司はどうすべきか | ワークスタイル | 東洋経済オンライン |
https://toyokeizai.net/articles/-/426322?utm_source=rss&utm_medium=http&utm_campaign=link_back
|
人材育成 |
2021-05-02 17:10:00 |
コメント
コメントを投稿