看的时候总结了一下,如下:Chapter 1:创建数据库CREATE DATABASE database_name;使用数据库USE database_name;创建表CRATE TABLE table_name(col2 VAR_TYPE,col1 VAR_TYPE NOT NULL DEFAUL...
分类:
数据库 时间:
2015-06-28 16:59:10
阅读次数:
179
文章转载自...CMD下,切换到mysql的bin目录下(目录加入到环境变量中绕过此步)输入mysql -u root -p,输入旧密码,进入mysql状态MySQL>use MySQL;update user set password='新密码' where user='root';MySQL>f...
分类:
数据库 时间:
2015-06-28 16:58:24
阅读次数:
117
package com.examp.use_SQLite.dao;import java.util.ArrayList;import java.util.List;import android.content.ContentValues;import android.content.Context;...
分类:
移动开发 时间:
2015-06-28 16:52:30
阅读次数:
112
http://pcsclite.alioth.debian.org/ccid_extended_apdu.htmlTo be able to use an extended APDU you need to have:A T=1 cardA smart card reader working in ...
分类:
其他好文 时间:
2015-06-28 15:35:25
阅读次数:
114
UPDATE 7/7/13: If you want to use Catalyst drivers version 12.8 you will find that X won’t start (error msg: /usr/lib/xorg/modules/drivers/fglrx_drv.....
分类:
其他好文 时间:
2015-06-28 14:03:31
阅读次数:
113
ECMAScript variables are loosely typed, meaning that a variable can hold any type of data. Every
variable is simply a named placeholder for a value. To define a variable, use the var operator (note
...
分类:
编程语言 时间:
2015-06-28 12:45:27
阅读次数:
134
declare: CURSOR cursor_name ISselect_statement ;open: OPEN cursor_nameif the query returns no rows when the cursor is opened , PL/SQL does not raise a...
分类:
其他好文 时间:
2015-06-28 11:14:51
阅读次数:
119
ASCII码从19968开始汉字--40870结束汉字共有20902个汉字中==20013MicrosoftWindows[版本6.1.7601]版权所有(c)2009MicrosoftCorporation。保留所有权利。C:\Users\Administrator>cdD:\day4C:\Use...
分类:
其他好文 时间:
2015-06-27 21:16:38
阅读次数:
136
A Statistical View of DeepLearning (I): Recursive GLMsDeep learningand the use of deep neural networks [1] are now established as a key tool for pract...
分类:
其他好文 时间:
2015-06-27 19:47:09
阅读次数:
196