jQuery のanimateリファレンス
<!doctype html>
<html>
<head>
<meta charset=”utf-8″/> ...
データベースの最適化
データベースの最適化
1.最適化前
insert into table(mobile) values (138000000);
insert into table(mobile) values (13800 ...
phpとmemcacheでオンライン人数を統計
<?php
$mc = new Memcache ();
//memcacheに接続
$mc->connect(“127.0.0.1”, 11211);
//オンライ ...
php言語 call_user_func_array関数
<?php
function foobar($arg, $arg2) {
echo __FUNCTION__, ” got $arg and $arg2\n”;
}
cla ...
AndroidでThreadとHandlerでマルチスレッド処理
1.説明
post(Runnable runnable) スレッドを起動
removeCallbacks(Runnable runnable) スレッドをキャンセル
postDelayed(Runnable ...
php言語 http_build_query関数
<?php
$data = array(‘foo’=>‘bar’,
‘baz’=>‘boom’,
UbuntuへのFTPサーバーのインストール
1.FTPサーバーのインストール
sudo apt-get install vsftpd
2.匿名アクセス
Anonymous_enable=NO
Local_enable=YES
3.サー ...
php言語 addChild()関数
1.説明
class SimpleXMLElement
{
string addChild(name,value,ns)
}
2.xmlファイル
<?xml version= ...
Android 大きい画像を効果的に読み込む
1.画像の関連DimensionとTypeを計算
BitmapFactory.Options options = new BitmapFactory.Options();
options.inJustDecodeBou ...
html5タグで図形を描く
<!doctype html>
<html>
<head>
<script type=”text/javascript”>
fun ...
php関数filter_input()
説明:
filter_input(input_type, variable, filter, options)
サンプルコード:
[Swift]string配列の要素を逆順にするサンプル
書式
string配列名.reverse()
使用例
var cftArr = print("string配列をソートbefore: ")print(cftArr)cftArr.sort { $0 > ...「SpringBoot」@AutowiredでDI(依存性の注入)をするサンプル
1.@Serviceでサービスの作成 DIの対象クラスの定義
@Servicepublic class UserService { public User getinfo(String addr,String username) ...「Java」特殊文字のエスケープシーケンスを使うサンプル
書式
シングルクォーテーション \’
ダブルクォーテーション \”
円文字 \\
使用例
package com.arkgame.info;public class E ...NetTraffic 1.27.3 ダウンロード
ダウンロード:
提供元サイトからダウンロード
freewarefilesサイトからダウンロード
NetTraffic shows data rates on a chart and as text labe ...
My Visual Database 1.41 ダウンロード
ダウンロード:
提供元サイトからダウンロード
freewarefilesサイトからダウンロード
Create a full functional user interface in minutes with ...
calibre1.41ダウンロード
ダウンロード:
提供元サイトからダウンロード
更新内容
New FeaturesNew tool to set metadata in the actual book files in the calibre ...Fast Change 2.53ダウンロード
ダウンロード:
提供元サイトからダウンロード
更新内容:
* メニューに「テンポラリーモード」を追加
* 「画像情報表示」の不具合を修正
* 壁紙変更時にエラーが起きた場合 インストール ...