Source

 

<!doctype html>
<html>
<head>
<meta charset=”utf-8″/> ...

Source

データベースの最適化
1.最適化前

insert into table(mobile) values (138000000);
insert into table(mobile) values (13800 ...

Source

<?php
$mc = new Memcache ();
//memcacheに接続
$mc->connect(“127.0.0.1”, 11211);
//オンライ ...

Source

<?php
function foobar($arg, $arg2) {
echo __FUNCTION__, ” got $arg and $arg2\n”;
}
cla ...

Source

1.説明
post(Runnable runnable)  スレッドを起動
removeCallbacks(Runnable runnable)  スレッドをキャンセル
postDelayed(Runnable ...

Source

<?php
$data = array(‘foo’=>‘bar’,
‘baz’=>‘boom’,

Source

1.FTPサーバーのインストール
sudo apt-get install vsftpd

2.匿名アクセス
Anonymous_enable=NO
Local_enable=YES
3.サー ...

Source

1.説明
class SimpleXMLElement
{
string addChild(name,value,ns)
}
2.xmlファイル
<?xml version= ...

Source

1.画像の関連DimensionとTypeを計算
BitmapFactory.Options options = new BitmapFactory.Options();
options.inJustDecodeBou ...

Windows10

<!doctype html>
<html>
<head>
<script type=”text/javascript”>
fun ...

Source

説明:
filter_input(input_type, variable, filter, options)

サンプルコード:

Swift

書式
string配列名.reverse()

使用例

var cftArr = print("string配列をソートbefore: ")print(cftArr)cftArr.sort { $0 > ...

Spring Boot

1.@Serviceでサービスの作成 DIの対象クラスの定義

@Servicepublic class UserService { public User getinfo(String addr,String username) ...

Java

書式
シングルクォーテーション \’
ダブルクォーテーション \”
円文字 \\

使用例

package com.arkgame.info;public class E ...

Network

ダウンロード:
提供元サイトからダウンロード
freewarefilesサイトからダウンロード

NetTraffic shows data rates on a chart and as text labe ...

PostgreSQL

ダウンロード:
提供元サイトからダウンロード
freewarefilesサイトからダウンロード

Create a full functional user interface in minutes with ...

Software

ダウンロード:
提供元サイトからダウンロード

更新内容

New FeaturesNew tool to set metadata in the actual book files in the calibre ...

Software

ダウンロード:
提供元サイトからダウンロード

更新内容:

* メニューに「テンポラリーモード」を追加
* 「画像情報表示」の不具合を修正
* 壁紙変更時にエラーが起きた場合 インストール ...