Development

サンプルコード:
//フォルダパス
string strDirPath = Server.MapPath(“~”) + “\\excel\\”;
Director ...

Development

pythonコード:
# Python version 3.3
__author__ = ‘Toil’
import sys, getopt
import threading ...

Development

サンプルコード

package main
import (
“fmt”
“encoding/json”
)

type User s ...

Development

1.beegoでapiプロジェクトを作成
bee api ad-core -driver=mysql -conn=root:root@tcp(127.0.0.1:3306)/database

2.beegoでテーブ ...

Development

Option Explicit
Dim rowsNum
rowsNum = 0
‘————————&# ...

Development

ファイル名:
directorytree.py
pythonコード:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
im ...

Development

pythonコード:
f = open(‘c:\\names_startnews24.txt’);
lang =0;
result =””;
for li ...

Development

htmlコード
<img src=”clogo.png” id=”simg” style=”display:none”/>

< ...

Development

例: path->Path , list->List

javascriptコード:
“arkgame.com is a technical site”.replace(/(\w) ...

Development

1.必要なプラグインはすべてredmineのpluginsフォルダにコピーする

2.必要なGEMSをインストール
bundle install –without development test rma ...

Development

PHPコード:

<?php
/*
* array unique_rand( int $min, int $max, int $num )
* 一定数量の非重複ランダム数字を生成
* $ ...

Development

1.cookieを作成、更新
例:setcookie(“username”,”tokyo_startnews24,time()+3*7*24*3600);
setcookie( ...

Development

phpコード:

function is_md5($password) {
return preg_match(“/^{32}$/”, $password);
}

Development

<a href=”delete.php” onclick=”return confirm(‘このコンテンツを削除しますか?’)”>コンテンツを削除&l ...

Development

//エンコーディングを定義する
header( ‘Content-Type:text/html;charset=utf-8 ‘);

//Atom
header(‘Cont ...

Development

最初の要素を取得し、いくつかの方法があります。
$(‘ul’).find(‘li:first’);
$(‘ul li:first’);
$ ...

Development

PHPコード:

1.呼び出す関数を宣言
$isHTMLModel=0;
$spacing=1;
$HtmlPath=UseHtmlPage($isHTMLModel,$spacing);
C ...