Java

参考コード
# Global logging configuration
log4j.rootLogger=info, stdout,fileout
# Console output…
lo ...

MySQL

1.mysqldumpバックアップ
mysqldump -uユーザ名 -pパスワード -hHost DB a -w “sql条件” –lock-all-tables > パス

IOS

Javaコード:
– (void)viewDidLoad {
;
UITapGestureRecognizer *mullTap = initWithTarget:self action:@sele ...

JavaScript

参考コード
var a = new Array(“a”,”b”,”cc”,”d3″);
var index = $.inA ...

Java

package com.eabax.plugin.yundada.utils;

import java.awt.image.BufferedImage;
import java.io.File;
impor ...

IOS

//NSUserDefaultsオブジェクトを作成
NSUserDefaults *defaults = ;

//データの保存
;
//キャッシュデータがディスク上に格納される
; ...

IOS

//ファイルのパスを取得
NSString *documentPath = ;
NSString *filePath = ;

//plistファイルにデータを格納
NSMutableDictiona ...

IOS

/**
* データを読む
*/
– (void)_readData{
//1> sql文の定義
NSString * sql=@”select id,name,ag ...

IOS

/**
* テーブルを作成
*/

– (void) _createTable{

NSString *create=@” create table if not exist ...

IOS

– (void) _connectDB{

//1>Sandboxのパスを取得する際の初期化
NSString * path=NSSearchPathForDirectoriesInDomains( ...

IOS

参考コード:
#include
#include
using namespace std;

class Ref
{
protected:
Ref(){isLoop = fal ...

PHP

phpコード:
$dst_path = ‘be.jpg’;

//画像のインスタンスを作成
$dst = imagecreatefromstring(file_get_contents ...

PHP

phpコード:
<?php
$one_path = ‘startnews24_be.jpg’;
$two_path = ‘s.png’;
//画像の ...

PHP

phpコード:
<?php
$lang = substr($_SERVER, 0, 4);
if (preg_match(“/zh-c/i”, $lang))
echo & ...

PHP

phpコード
<?php
if(strpos($_SERVER,”MSIE 8.0″))
echo “Internet Explorer 8.0”;

PHP

phpコード:
query(‘select * from user’);

print ”

";print_r($rs->fetchAll());print "

& ...

Java

Javaコード:
f ]{
;
}else if(){//no matter what obj is
;//if obj has shoot method ,it can be excuted

Java

Javaコード:
public static String saveBitmap2File(String url) throws IOException {
BufferedInputStream inBuff = n ...