一般來說

最好是用Lua(Command Line)的選項練習才是

abcdefg 發表在 痞客邦 留言(0) 人氣()

 

Lua的官網http://www.lua.org/home.html

abcdefg 發表在 痞客邦 留言(0) 人氣()

Question

You are using Direct3D Debug Runtime, this is not supported by

abcdefg 發表在 痞客邦 留言(0) 人氣()

You should use the ALTER TABLE statement. Let's suppose you have a column c1 in table t1, which is of type CHAR(80) and you wish to increase that to 90 characters:

abcdefg 發表在 痞客邦 留言(0) 人氣()

1、数据库charset设为utf-8;
2、字段charset设为utf-8;

abcdefg 發表在 痞客邦 留言(0) 人氣()

看一下这两个指令是如何影响变量在内存的存储的。

1、pack pragma

pack pragma设置了struct、union或class中各成员的对齐方式,结构成员对齐指的是成员相对于起始地址的偏移量。该指令基本用法如下:

abcdefg 發表在 痞客邦 留言(0) 人氣()

ALTER TABLE table_name ADD column_name column_type;


abcdefg 發表在 痞客邦 留言(0) 人氣()

用 MySQL 開發的時候,如果 collation 選擇 utf8_general_ci,比較字串(使用等號 =)的時候大小寫的不同會被視為一致,但是 SQLite 並不會。解決的方法是加上 COLLATE NOCASE

可以在 SELECT 的時候把 COLLATE NOCASE 擺在 LIMIT 1 前面:

abcdefg 發表在 痞客邦 留言(0) 人氣()

OS X自從10.4後把SQLite這套相當出名的資料庫軟體,放進了作業系統工具集裡。OS X包裝的是第三版的SQLite,又稱SQLite3。這套軟體有幾個特色:

abcdefg 發表在 痞客邦 留言(0) 人氣()

Sub setpicsize()
Dim j '???片??

abcdefg 發表在 痞客邦 留言(0) 人氣()

«12 3