Setting up a new development box for myself I had forgotten all about the necessity to use theaspnet_regiis.exe–i command. The information is fairly e...
1.调用wcf时日志记录如下:System.ServiceModel.FaultException: The server was unable to process the request due to an internal error. For more information about t...
分类:
其他好文 时间:
2014-09-22 17:12:52
阅读次数:
282
Chapter 10 UINavigationController1. When your application presents multiple screens of information, a UINavigationController maintains a stack of thos...
分类:
其他好文 时间:
2014-09-19 19:06:15
阅读次数:
130
niujie@ubuntu:~$ cat /etc/fstab# /etc/fstab: static file system information.## Use 'blkid' to print the universally unique identifier for a# device; t...
分类:
其他好文 时间:
2014-09-19 10:05:35
阅读次数:
182
元素可提供有关页面的元信息(meta-information),比如针对搜索引擎和更新频度的描述和关键词。1.设置网页字符编码用以说明主页制作所使用的文字以及语言;又如英文是ISO-8859-1字符集,还有BIG5、utf-8、shift-Jis、Euc、Koi8-2等字符集;在 HTML 5 中....
分类:
Web程序 时间:
2014-09-18 23:42:44
阅读次数:
246
SELECT?EXISTS(SELECT?1?FROM?information_schema.schemata?WHERE?schema_name?=?‘data_2014_shanxi‘); SELECT?EXISTS(SELECT?1?FROM?pg_namespace?WHERE?nspname?=?‘data_2014_shanx‘); 两种方式...
分类:
数据库 时间:
2014-09-18 22:25:14
阅读次数:
443
1:查看当前的事务mysql> SELECT * FROM information_schema.innodb_trx \G2:查看当前锁定的事务mysql> SELECT * FROM INFORMATION_SCHEMA.INNODB_LOCKS;3:查看当前等锁的事务mysql> SELECT...
分类:
数据库 时间:
2014-09-18 21:56:44
阅读次数:
260
http错误代码含义:"100" : Continue"101" : witching Protocols"200" : OK"201" : Created"202" : Accepted"203" : Non-Authoritative Information"204" : No Content"...
分类:
其他好文 时间:
2014-09-18 00:42:33
阅读次数:
307
MySQL基础-创建数据库和表
显示数据库一览
show databases; (SQL命令本身不区分大小写)
mysql> show databases;
Database
information_schema
mysql
test
小结:information_schema数据库又称信息架构,管理从表开始的数据库组成信息,以及用户管理信息的检索专用的数据库。确认这些数据库内容就...
分类:
数据库 时间:
2014-09-17 18:38:23
阅读次数:
229
ob_start();setcookie("username","test",time()+3600);echo "the username is:".$HTTP_COOKIE_VARS["username"]."\n";echo "the username is:".$_COOKIE["username"]."\n";print_r($_COOKIE);?>访问该PHP文件时提示Warning:...
分类:
Web程序 时间:
2014-09-17 13:40:52
阅读次数:
229