@Blog
過去の蓄積を見るために書く日記.
Gmail未読メール一括既読処理
Gmail未読メール一括既読処理です。
ちなみにこれは間違っているコードなのですね、これを放置していたのに
誰も指摘がなかったという怖さ、やはりネットに転がっているコードは
余程、名の通った人のサイトしか信用しては駄目だなと痛感。
ただ良心的なサイトも数多く有るのも
本当のことですが・・・コードを理解していないと
挙動不審に動くコードだったりする可能性を秘めているので
注意が必要です。
※あと無限ループ(再帰処理)で走らしていますが
未読問い合わせには問い合わせ制限があるみたいなので
超大量の未読Gmailメールがあった場合など
うまく動作しません。
https://script.google.com/home?
Qiita::URLはこちら
function gmailbat(q) { q = !q?0:q; var gm = GmailApp.search("is:unread",q,500); var flg = false; gm.forEach(function(m,i,a){ if(m.isUnread()){ m.markRead(); flg = true; } }); if(flg){ q = q+500; return gmailbat(q); } return true; }
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
AM, function gmailbat, G Suite, gm.forEach, GmailApp.search, Gmail未読メール一括既読, Gmail未読メール一括既読処理, GoogleAppsScript, GoogleAppsScript完全入門, m.isUnread, m.markRead, qiita, return gmailbat, return true, var flg, var gm, コード, 再帰処理, 最新プログラミングガイド, 未読問い合わせ, 詳解,
アマゾンウェブサービスってどうなの?
アマゾンウェブサービスってどうなのか?
お安いのかお高いのかというのが自分が一番気になる所です。
試しに一度使ってみようかなと思ったことが
何度かありますが、どうも踏み切れないですよね。
セキュリティ対策などは結構簡単に対策を
取ることが出来るみたいなので便利だなと思う反面、
あまりにも機能が多いのでどれを使用すればよいのか、
迷います。おそらく最初はAmazon EC2を使用して
サーバ構築を行い、その後静的アドレスとドメインを結びつける事により
サーバ稼働するのだろうけれど、設定等を行うのが
正直なところ難儀だなと感じます。
サーバとの通信回線が早いので
応答速度はかなり改善するのではないかなと、
メモリは2Gぐらいが妥当かなとか・・・。
上記の設定などは自分でまぁ出来ます、SSLの設定も出来ますが
問題はお値段なんです、あまりにも月の値段が高ければ
やなんですよね。あとメールサーバーも構築しないと駄目なので
そこのところも難儀です。
ひとつのドメインではなく全てのドメインを引っ越すつもり。
これ以上、サーバ代を増やしたくないので出来れば
ひとつのサーバに集約化したいわけです。
そういう事を考えると安定して動いているXサーバで良いかなと
思ってしまうのですね。
「あぁどうしよう」orz
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
1, Amazon EC2, Amazon Web Services, Xサーバ, アマゾンウェブサービス, サーバ, サーバ代, サーバ構築, セキュリティ対策, ドメイン, ネットワーク, ひとつ, メールサーバー, メモリ, 何度か, 応答速度, 改訂版, 設定, 通信回線,
グーグル画像検索リンク抽出とYahoo画像検索リンク抽出!!
昨日Qiitaで公開したコードです。プラスYahooも作ってみたよ。
php5.6
ライブラリ Goutte
説明:コマンドラインから巨人ぐーぐるさんの画像検索に検索内容を投げHTMLを抽出後、
HTML解析を行い画像リンクだけを抽出するものです。コメントを外しダウンロードディレクトリを
作成すればダウンロードが可能ですが、あくまでもローカルで動かす事を前提としています。
尚、機械学習の為に画像収集するには少し数が少ないですね・・・(水増し)orz。
リンクはこちら
ライブラリはググってインストールして下さい。
おそらくレンタルサーバーなら大体、標準がPHP5.6だと思います。
PHP7とかで動いている場合もあるだろうけれど・・・。
ライブラリはバージョン2系を自分はインストールして作成しました。
<?php date_default_timezone_set('Asia/Tokyo'); include '/composer/vendor/autoload.php'; use Goutte\Client; $p=count($argv)>=2?$argv[1]:"cat"; $client = new Client(); $client->setHeader('User-Agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'); $crawler = $client->request('GET',"https://www.google.co.jp/search?hl=fr&tbm=isch&source=hp&biw=1920&bih=959&q={$p}&oq={$p}&gws_rd=cr&dcr=0");//'https://www.google.com/search?hl=fr&tbm=isch&source=hp&biw=1920&bih=959&q='.$p.'&oq='.$p); $img = $crawler->filter('div.rg_bx.rg_di.rg_el.ivg-i')->each(function($element){ if(preg_match("/\"ou\":\".*\"\,\"ow\"/",$element->text(),$link)){ $url = str_replace(array('"ou":"','","ow"'), "",$link[0]); $ext = pathinfo($url, PATHINFO_EXTENSION); $name = pathinfo($url,PATHINFO_FILENAME); echo $url."\n"; if(preg_match('/((jpg)|(jpge)|(png)).*/',$ext)){ //$data = file_get_contents($url); //file_put_contents('./download/dl_'.$name.".".$ext,$data); //echo '<img src="'.'./download/dl_'.$name.".".$ext."\">\n"; } } });
こちらがYahoo版ですが、あまり抽出出来てません。
<?php date_default_timezone_set('Asia/Tokyo'); include '/composer/vendor/autoload.php'; use Goutte\Client; $p=count($argv)>=2?$argv[1]:"cat"; $client = new Client(); //$client->setHeader('User-Agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'); $crawler = $client->request('GET','https://search.yahoo.co.jp/image/search?p='.$p.'&rkf=1&oq=inu&ei=UTF-8&imc=&ctype=&dim=large'); $img = $crawler->filter('.gridmodule .SeR .tb a')->each(function($element){ if(!preg_match("/.*search\.yahoo\.co\.jp/",$element->attr('href'),$link)){ $url = $element->attr('href'); $ext = pathinfo($url, PATHINFO_EXTENSION); $name = pathinfo($url,PATHINFO_FILENAME); echo $url."\n"; if(preg_match('/((jpg)|(jpge)|(png))$/',$ext)){ //$data = file_get_contents($url); //file_put_contents('./download/dl_'.$name.".".$ext,$data); //echo '<img src="'.'./download/dl_'.$name.".".$ext."\">\n"; } } });
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
'User-Agent', 63.0.3239.132 Safari, AM, AppleWebKit, Asia, autoload.php', href, img src, like Gecko, new Client, pathinfo, PATHINFO_EXTENSION, PHP5.6, setHeader, Tokyo, use GoutteClient, Win64, Windows NT 10.0, ライブラリ, 巨人ぐーぐる,
26-38::12年:IT業界を転々としてきた。
IT業界を転々してきた中で思うこと。
技術を持った人々というのはいるのだけど2(技術屋):8(普通)ぐらいの
割合だという事です。超有名なG企業なら話は違いますが、それ以外の
まぁ大手企業でもそれ程でもないという事を付け加えときますが!!
自分の能力値より高い人はまぁ当然います。
この10年、自分の能力値は向上したのかと言えば
微妙なんですね。殆どの概念は覚えているので何となく書くことは
可能なんですが・・・やはりもっとレベルが上がればなと思うことが
あります、この頃、付け焼き刃みたいなコーディングは後から
ダサいなと思うのです。時間がないので適当なコードになってしまって
これからは見られても恥じないコードを書こうと思い始めて
この頃、書き方や名前付けを意識して書き始めています(数日前から)。
今頃かよ。
殆どのことが出来るようにはまだなってはいないけれど、
大抵のことは出来るようになっているレベル、ひとつの言語を究極的に
極めることのほうが洗練されたコードが書けるようになるのではないかと思っています。
例えばC#を究極まで極めればジャンル違いのPHPなんかを触ったときに
ググれば何とか出来てしまうので、やはりひとつの言語を究極的に極めることが
他の言語にも繋がると思っています。
自分はPHP言語が何だか長くなってきているだけれども
C#などにも積極的に使っていきたいという思いはあるのですが
この頃、個人で開発しようという気持ちはあっても何を作れば良いのやらと
「アイディア」が浮かばなくなっている所が難ですね。
ただ今年はC#なども触っていければなと思っています。
ちなみにC#はど素人ぐらいの知識しかありませんが
ググりながら作り上げていけば・・・何とかなります!!
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
IT業界, PHP言語, アイディア, コーディング, コード, ひとつ, 付け焼き刃, 大手企業, 大抵, 技術, 教科書, 数日前, 書き方, 概念, 殆ど, 能力値, 言語, 転々,

このサイトは安全に接続できません。
このサイトは安全に接続できません。
SSL(https)対応ではないと接続は安全ではありませんのような事が表示されるようにChromeが対応を行うらしいですね。あんまり嬉しくはない機能をChromeは導入するのでしょう。WEB業界は一時的に潤うかもしれませんが・・・?
尚、業者にボッタクられないように言っとくと、SSL対応費は基本無料でも出来ますので、あとはホームページ内のリンクなどを修正費用が一度だけ発生します。そこらへんの説明無しで高額な費用が発生した場合、おそらくボッタクリな金額を請求されています。お気をつけて・・・(*´ω`*).
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
Chrome, https, SSL, SSL対応費, WEB業界, お気, サイト, そこらへん, ホームページ内, ボッタク, リンク, 一度, 修正費用, 基本無料, 接続, 業者, 機能, 説明無し, 費用, 金額,
strategy
Mr. Trump’s regime will not continue….
The Abe administration will not continue…
Both are continuing!!
Why will it continue?
Answer
1.The timing was good.
2.The surroundings have good talent.
3.honeymouthed.
The economy is not necessarily upward in the future.
Perhaps the economy slows down in several years.
At that time, the Abe administration and the Trump regime will lose ground.
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
1.The timing was good, 2.The surroundings have good talent, 3.honeymouthed, ANSWER, At that time, Both are continuing, Fire and Fury, jp, Mr, Perhaps the economy slows down in several, strategy, the Abe administration and the Trump regime, The Abe administration will not continue, The economy is not necessarily upward, Trump's regime will not continue, Why will it continue,
code sjis
There is a troubling character code called “sjis” in “Japan”.
“Garbled characters” phenomenon occurred in the local server.
Finally, in order to solve the problem, we changed the file setting “php.ini”.
I used “30 minutes” before noticing the problem.
At first I thought that the setting of “Apache” was not bad, but that was a mistake.
From the conclusion it was solved by commenting out the setting of “character code”.
When using “Japanese”, I believe that “UTF – 8” is currently used most, but “sjis” is sometimes used for security measures etc.
In addition, there are cases where “sjis” is still used in old sites.
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
At first I thought that the setting, before noticing the problem, but that was a mistake, code sjis, From the conclusion it was solved, Garbled characters, I believe that, in order to solve the problem, is currently used most, is sometimes used for security measures etc, is still used in old sites, phenomenon occurred in the local server, php.ini, there are cases where, There is a troubling character code called, was not bad, we changed the file setting, WEB+DB PRESS plus, When using,
DigitalCalendar
Digital calendar using ‘organic electroluminescence display’ may be popular.
If so, I think that it will come to make applications, wallpaper, etc. that correspond to DigitalCalendar.
Also, perhaps the development environment is probably an android, do not each company use it to develop it?
Perhaps I think that it will be the era of organic EL in a few more years.
I think that Android application will be displayed in the future, mirrors and glasses.
It’s not limited to android apps, though.
I think that the possibility is relatively high is the Android application of “google”.
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
'organic electroluminescence display', Androidアプリ開発, Digital calendar using, do not each company use it, I think that Android application will be, I think that it will come, I think that the possibility is relatively, If so, It's not limited to android apps, Kotlin実践プログラミング, may be popular, mirrors and glasses, Perhaps I think that it will be, perhaps the development environment is probably an, that correspond to DigitalCalendar, though, wallpaper,
In Japan there is "MC" called "zeebra".
In Japan there is “MC” called “zeebra”.
It seems that the Japanese music industry is intensifying now.
It is beginning to turn into realism like the United States etc.
terrible singer disappear…So, even if it hits, it disappears if there is no ability.
I believe that this is all because it has become a global society.
If it becomes a global society, it may not be able to survive without ability.
The stronger the user’s sense, the more severe the selection of songs …
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
AS-04, B00BGJI592, called, even if it hits, I believe that this is all because, If it becomes a global society, In Japan there is, it disappears if there is no ability, It is beginning to turn into realism, it may not be able to survive, It seems that the Japanese music industry, terrible singer disappear, the more severe the selection of songs, The stronger the user's sense, zeebra, アニア, シマウマ,
MaNGa
My favorite cartoonist has not appear many…
I’m thinking about studying English now by using cartoons.
How do you get foreign cartoons…..? I will use “Amazon” to purchase.
However, I have not purchased it so I am anxious.So, I should endure it with imported goods …
Studying, I think so, but better to study in conjunction with what I like.
What motivates a foreigner to learn Japanese? Because I want to read manga in Japanese.
And the same, because I want to study English and see foreign movies…
I think the motivation is unexpectedly simple..so,I will study english 🙂
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
And the same, B00L1UQ2I2, Because I want to read manga, because I want to study English, but better to study in conjunction, How do you get foreign cartoons, I have not purchased it so I, I should endure it with imported goods, I think so, I think the motivation is unexpectedly simple, I will study english, I will use, I'm thinking about studying English now, My favorite cartoonist has not appear many, to purchase, What motivates a foreigner to learn Japanese, ニングKC, バガボンド,
Visual Studio 2017
https://www.visualstudio.com/ja/vs/compare/
https://www.visualstudio.com/ja/vs/pricing/
As you can see….
As for small businesses, development becomes possible free of charge.
In other words, depending on the engine technology, you can earn high income with low risk.
WEB can be developed free of charge.Although free of charge, there are risks.
It is the risk of being seen.Because there are various people on the net….
There is a risk of being tampered with WEB development.
So, which one is better? I think immediate answer is difficult.
I like web development, but I feel that this is a risk.
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
As for small businesses, As you can see, B00GBK7QVE, but I feel that this is a, depending on the engine technology, development becomes possible free of charge, I like web development, I think immediate answer is difficult, In other words, It is the risk of being seen.Because, Microsoft Visual Studio Professional 2013, there are risks, There is a risk of being tampered, Visual Studio 2017, WEB can be developed free of charge.Although, which one is better, you can earn high income with low, 通常版,
Three.js is great!!
There is a library file called “Three.js”.
Overwhelming lettering processing can be done on “canvas”.
I initially thought that it would be running on “node.js”.That was a mistake.
Using “Three.js” enables advanced lettering processing. For example, if you use “game development”, “alternative to Flash” etc, a new world will open out.
The other day my colleague was pleased to tell me the library file “Three.js”.I think this is a libraryfile worth studying.
https://threejs.org/
https://github.com/mrdoob/three.js/
https://liginc.co.jp/web/html-css/html/91988
https://liginc.co.jp/315939
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
a new world will open out, alternative to Flash, Canvas, enables advanced lettering processing, For example, game development, I initially thought that it would be, I think this is a libraryfile worth, if you use, JavaScript 3Dライブラリ, node.js, Overwhelming lettering processing can be done on, That was a mistake, The other day my colleague was pleased, There is a library file called, Three.js, Three.js is great, WebGL,
Divination or AI
Hand divination
Fortune telling is statistical so it can be trusted quite a bit.
So, I believe in fortune telling.Also, psychology is pretty reliable.
I think that artificial intelligence is fundamental, statistics.
So, the same as fortunetelling. Therefore, both have high reliability.
It seems that statistics has become popular
also in the general public as artificial intelligence has become popular.
I believe that it is now possible to infer people’s lives using Google’s large data.
In the future, artificial intelligence will give you instructions and if the instructions allow people to live a happy life of life.
Will you follow the instructions of artificial intelligence?
I think I will obey. But I think most people will not obey.
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
also in the general public as artificial, artificial intelligence will give you instructions, both have high reliability, But I think most people will not, Divination or AI, Fortune telling is statistical so it can, Hand divination, I believe in fortune telling.Also, I believe that it is now possible, I think I will obey, I think that artificial intelligence is, In the future, It seems that statistics has become popular, psychology is pretty reliable, the same as fortunetelling, Therefore, Will you follow the instructions of artificial, 統計学,
IPF(Decryption)
To decrypt “ipf”! !
https://github.com/r1emu/IPFUnpacker
Download the zip file from the above URL.
Then execute the following command from the command line.
make clean && make release
./ipf_unpack ./xxxx.ipf decrypt./ipf_unpack ./xxxx.ipf extract
This is Linux’s story. By the way, I used this application to see the source code of the game “Tree Of Savior”.
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
1, AM, and so on, By the way, Decryption, Download the zip file from the above, execute the following command from the command, I used this application to see the, ipf_unpack, make clean, make release, package is created, Since the, The decrypted file is stored in the, Then execute the following command from the, This is Linux's story, To decrypt, Tree Of Savior, xxxx.ipf decrypt, xxxx.ipf extract, you need to install the makefile, 昨日,
Tree Of Savior "Game Review"
Tree Of Savior “Game Review”
“Tos” abbreviation for “Tree Of Savior”
The difficulty level is set so that anyone in this game can easily do.
Therefore, rather than enjoying the game, it may not be interesting if you do not enjoy the game by finding a group.
By the way, I play a game on “channel1” in the server list “サウレ”.
The name is called “zenchi”. I write “善知-ゼンチ” in Japanese.
By the way, because I am Japanese, I only communicate with Japanese.
Currently I am studying English.
https://www.youtube.com/watch?v=Fd4GS5iAMOw
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
abbreviation for, B01N0TCF6R, because I am Japanese, By the way, channel1, Currently I am studying English, Game Review, I only communicate with Japanese, I play a game on, in Japanese, in the server list, it may not be interesting if you, rather than enjoying the game, The difficulty level is set so that, The name is called, Tree Of Savior, zenchi, サウレ, ツリーオブセイヴァー,
backstreet….
The other day, “TED” was telling about the darknet.
I was shocked a little after listening to it.
By the way it is “bit coin” that is used for trading on “dark net”.
Knowing that, it gave a glimpse of the danger of “bit coin”.
“Bit coin” is still used for “money laundering” and “blackout”, so there is no promise ….
It seems that it can not be connected unless you connect with “tor” to connect to “Darknet”.
Darknet can not be connected with “Chrome” or “Firefox”. That is why “Darknet” is not used for bad things.
For example, “Darknet” is a powerful weapon to defeat the “dictatorship regime”.
So depending on the way you use it, “dark net” becomes both good and bad things.
“Bitcoin” can identify individuals.
But if you use a certain method………..
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
becomes both good and bad things, bit coin, But if you use a certain method, By the way it is, can identify individuals, Can not connect with browsers like, darknet, Darknet can not be connected, dictatorship regime, I was shocked a little after listening, is a powerful weapon to defeat the, is not used for bad things, is still used for, it gave a glimpse of the danger, It seems that it can not be, money laundering, So depending on the way you use, so there is no promise, that is used for trading on, was telling about the darknet,
Start playing online games.
Start playing online games.
A sequel to the game called “Ragnarok” that used to play.
The character is cute …. But it’s simple, so it’s perfect for killing time.
I will teach the character name when I get used to it.
I’m glad if I get used to someone and get used to it ….
It is not common saying “Otaku”.
Because I play games, the idea of “otaku” is nonsense, though.
The definition of otaku is a nerd than a professional.
A person who is said to be a professional. A person working as a worker.
Otaku may be more detailed than such a person.
Because the likes of most people do not work because they like it, the reversal phenomenon occurs.
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
A person who is said to be, A person working as a worker, A sequel to the game called, Because I play games, Because the likes of most people do, But it's simple, I will teach the character name when, I'm glad if I get used, is nonsense, It is not common saying, Otaku may be more detailed than such, Ragnarok, so it's perfect for killing time, Start playing online games, that used to play, The character is cute, The definition of otaku is a nerd, the idea, the reversal phenomenon occurs,
Planning and goal is different?
Planning and goal is different?
The goal of studying English is a long-term goal. I will not achieve it by the end of the year.
Therefore, I intend to continue studying patiently. Initially I start by learning English words. And I will write a sentence when I remember it all.
Writing before, contradicting what you wrote…
I sometimes say contradiction. I wrote what was contradictory this time, so I will correct it.
In my case, I will not run it immediately. So, there are things you may wonder about.
So in my case to run it will be slower than others.
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
And I will write a sentence when, contradicting what you wrote, I intend to continue studying patiently, I sometimes say contradiction, I will not achieve it by the, I will not run it immediately, I wrote what was contradictory this time, Initially I start by learning English words, Planning and goal is different, so I will correct it, So in my case to run it, The goal of studying English is a, there are things you may wonder about, Therefore, Writing before, 技法, 矛盾,
This year's goal.{2018}
This year’s goal.{2018}
1.Studying English.
2.Write blog posts in English(At first it is unknown English …).
3.I write articles without using Google translation from the middle of this year.
Thinking about the future
What is wrong with seriousness?
Perhaps it is a wrong way of thinking.
It brainwashing such as television. Society is supported by serious people.
I am not serious.
It is recently that the culture of being seriously bad was made.
By mistaken recognition this time I did not say that seriousness was no good.
Why is that? It is important to think.
Before you can imagine, there is everything in front of you.
There may be more people to think like that, but that is a mistake.
Imagine the most needed capability in the future.
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
2.Write blog posts in English, 3.I write articles without using Google, At first it is unknown English, Before you can imagine, but that is a mistake, By mistaken recognition this time I did, I am not serious, Imagine the most needed capability in the, It brainwashing such as television, It is important to think, It is recently that the culture, Perhaps it is a wrong way, Society is supported by serious people, there is everything in front of you, There may be more people to think, Thinking about the future, This year's goal, What is wrong with seriousness, Why is that,
jsって言ってるアレ、そうアレ。
この頃、知ったんだけど配列とかも参照渡しなんだね・・親切だけどココは
親切にしてほしくないところかな。
$(function(){ var FUSION= function(yabai){ var fooooooooo = yabai; fooooooooo[0]++; fooooooooo[1]++; fooooooooo[2]++; }, FUSION2= function(yabai2){ var YaYaYaaaaaaaaa = yabai2 ; console.log(YaYaYaaaaaaaaa); return ; }, t=[1,2,3]; FUSION(t); FUSION2(t); });
上記の記述で参照渡し可能になります。
オブジェクト渡しで参照渡しになるのは何となく理解できるものの
配列も参照渡しになっちゃうのはどうかと。
じぶんとしては参照渡し行ってほしくないだよね。
でもjavascriptの場合、参照渡しになっちゃう事を覚えておいたほうが
良さげです。逆にうまく使えれば参照渡し役に立つかもしれないだろうけど。
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
AM, console.log, function, FUSION2, Informatics&, javascript, var fooooooooo, var FUSION, var YaYaYaaaaaaaaa, yabai2, アレ, オブジェクト渡し, じぶん, プログラミング, 参照渡し, 参照渡し役, 徹底マスター, 配列, 開発技法,
YOUTUBE公認のxsplitっていうライブ配信ソフトがあるみたい。
YOUTUBE公認のxsplitっていうライブ配信ソフトがあるみたい。
これ無料で使えて凄いなと。
https://www.xsplit.com/ja/
YOUTUBEからお金が流れているだろうけれど・・・。
こういうのを使って簡単に
誰もインターネット、PCカメラがあれば配信できるように
なったのだから便利な世の中になったものだと感じます。
便利なったので●鹿でもネット配信出来るようになったものだから
テレビなどで問題視されるのは仕方がないことだと。
昔はネットの匿名は「良いじゃね」って思っていた方ですが
ソーシャルメディアが浸透してきたぐらいから
実名での書き込みするように義務化するべきかなと思い始めています。
陰湿なネットいじめ等は
加害者は悪ふざけでやっているかもしれないけれど、
被害者は心身とも疲れ果てしまい時には精神を病んだり
命を落とすことにも繋がる事が多くなっている中で
匿名はあまりにも問題ではないかと思います。
https://youtu.be/ibvwggYkkXs
なので実名での書き込みは義務化するべきかなと
匿名で良いのは独裁政権などの国民が反論の余地がない
そういう状況下では匿名性は大事だと思いますが
民主主義の政権下では匿名はあまり良いイメージを
持たないのではないかなと感じます。
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
xsplit, YOUTUBE公認, インターネット, ソーシャルメディア, ネットいじめ, ライブ配信, 仕方がないこと, 余地, 加害者, 匿名, 匿名性, 反論, 実名, 心身, 悪ふざけ, 書き込み, 民主主義, 独裁政権, 義務化, 被害者,
「jetpack」と「Japanese AutoTag」の相性が悪くて公開及び更新出来なくなる不具合について
「jetpack」と「Japanese AutoTag」の相性が悪くて公開及び更新出来なくなる
不具合について対応を行ったので対応を記載します。
このファイルの52行目、53行目あたりでエラー表示される、
wp-content\plugins\jetpack\sync\class.jetpack-sync-queue.php
エラー内容は下記の通りです。
Uncaught exception ‘Exception’ with message ‘Serialization of ‘SimpleXMLElement’ is not allowed’
このエラーが表示されて困ったので対応してみた。
対応したソースはこちら::エラーが出現している部分に型のキャストしてあげると
エラーが出なくなります、これが正しい対応かどうかは分かりませんが
エラーが出なくなったのでひとまずこれで自分は運用していきます。
function add( $item ) { global $wpdb; $added = false; // this basically tries to add the option until enough time has elapsed that // it has a unique (microtime-based) option key while ( ! $added ) { $rows_added = $wpdb->query( $wpdb->prepare( "INSERT INTO $wpdb->options (option_name, option_value, autoload) VALUES (%s, %s,%s)", (string)$this->get_next_data_row_option_name(), serialize((string)$item), 'no' ) ); $added = ( 0 !== $rows_added ); } }
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
'Serialization, 'SimpleXMLElement', $rows_added, $wpdb, autoload, exception, function add, INSERT INTO, is not allowed', it has a unique, Japanese AutoTag, microtime-based, option key, serialize, string, this basically tries to add the option, Uncaught exception, with message, wp-contentpluginsjetpacksync, エラー,
ついにキタ━━━━(゚∀゚)━━━━!!
ついにぐーぐるほーむみにがやって来ました。
早速、Twitterと連携してみたのですけど、中々音声を認識してくれないと
いう問題があり、ちょっと長文つぶやきには向かないなという印象です。
休日、プログラミングでどんな事ができるか
試してみようと思います。
OK google home pic.twitter.com/22YTB1nzNE
— 田岡 寿章@taoka_toshiaki🦌 (@taoka_toshiaki) November 15, 2017
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
Twitter, キタ, ぐーぐるほーむみ, プログラミング, 中々音声, 休日, 印象, 問題, 長文つぶやき,
能力には限界があるのか?無いのか?
能力には限界があるのか、それとも努力すれば限界を突破する事が出来るのか?
そんな疑問をこの頃、ふつふつ考えることが有ります。
例えば自分は人工知能のコードを書きたいと思っても
数学や英語など基礎的なことが抜けているのでコードをゴネゴネと
書けないのです。ただAPIなどを使用すれば何とか成るのですが
それでは駄目なので、今のところ人工知能の開発者としては飯は食えません。
ここで基礎力を上げたら、人工知能の事が軽く分かるレベルになるのかという事を
考えた時に、本当に出来るのか出来ないのかという壁にぶち当たります。
要するに自分の限界点を自分で決めているわけです。
実際、本当は出来ることでも
出来ないと決めつけてしまうと良くない、そして他人が決めつけてしまうと
益々、良くないと感じます。
なので、限界を見極めるには良き指導者の元で努力すること、
その上で成長がなければ、その分野ではそれ以上伸びることはないと判断した
方が良いのかもしれないと言う事です。
これは自分の結論ですので
「そんなことはない、頑張れば何でも出来る」と思う人もいるでしょう。
ただ「皆がオリンピック選手」になれないように「能力差」と言うものは
存在しますが、ある一定のレベルまでは能力は磨けるということも
付け加えときます。
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
API, オリンピック選手, コード, ところ人工知能, メカニズム, 一定, 人工知能, 分野, 基礎力, 学び, 指導者, 数学, 能力差, 資質, 開発者, 限界点,
小学生からプログラミングを習うということは。
小学生からプログラミングを学ぶのはいささか問題有りかなと思われます。
確かに小さい頃からプログラミングを勉強させるのは理想ですけど
好きでもない子にプログラミングを義務的に習わすのは苦痛でしか無いと。
なので、義務教育でプログラミングを習わすのは反対です。
やはり大人が子供用の教材を使用してテストしてみるのが良いのかも、
例えば昨日、自分はプログルというサイトで
子供用のプログラミング問題を解いてみました、その結果、
これ子供たちが楽々と解けるのかという疑問を持ちました。
子供たちは頭が柔らかいとか言うけれど
意味が違うような気がします。実際、大人が子供の教材の問題を
解くということを行なったほうが良さそうです。
どちらかと言えば、子供の頃にプログラミングで問題を解き
学習するのではなくプログラミングが楽しいと思うように感じさせる事が
大事かなと感じました。
プログラミングや英語もそうだけど
小学生のころは楽しいという思いを持たすことのほうが大事かなと。
これでは小学生の時点で出来る子と出来ない子の差が明らかに
広がってしまうように思えてならないです。
そして教える側の親がプログラミング出来るのかと
言えば出来ない人が大半でしょう。
プログラミングを勉強させるというよりは環境作りが大事だなと感じます。
著者名
@taoka_toshiaki
※この記事は著者が30代前半に書いたものです.
Profile
高知県在住の@taoka_toshiakiです、記事を読んで頂きありがとうございます.
数十年前から息を吸うように日々記事を書いてます.たまに休んだりする日もありますがほぼ毎日投稿を心掛けています😅.
SNSも使っています、フォロー、いいね、シェア宜しくお願い致します🙇.
SNS::@taoka_toshiaki
タグ
どちらか, プログラミング, プログラミング問題, プログラム, 大人, 大半, 子供たち, 子供用, 小さい頃, 小学生, 持たすこと, 教材, 理想, 環境作り, 疑問, 絵本, 義務教育,