VB.net

構文
Throw
スローされる例外に関する情報を提供します
使用例

Module Module1 Sub Main() Dim cftA As Integer = 99 'try catch例外の処理 T ...

Windows10

操作方法
1.スタートから「設定」をクリックします。

2.デバイスを選択します。

3.「Bluetoothまたはその他のデバイスを追加する」をクリックします。

4.追加するデバイスの種類を選 ...

Windows10

ダウンロード:
sourceforgeサイトからダウンロード
softpediaサイトからダウンロード

更新内容:

The BUG in 9.33 was fixed:
Command lin ...

Source

ファイル名:exceptionHandle.php

コード下記:

<?php
//define(‘DEBUG’,true);
/**
* Display a ...

Source

処理コード1:

public static void main(String.+”); 

 

処理コード3:

Source

下記URL末尾のパラメータをカスタム:

参考コード:

function _goBack($msg=null,$get=array()) {

$url = $_SESSION;
if($get ...

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 > ...