一、单元格内容的操作*****// 取得当前单元格内容 Console.WriteLine(DataGridView1.CurrentCell.Value);// 取得当前单元格的列 Index Console.WriteLine(DataGridView1.CurrentCell.ColumnIn...
不考虑Null的情况, 如果null参与聚集运算,则除count(*)之外其它聚集函数都忽略null.count(1)和count(主键) 这两个只扫描主键Index就可以得到数据,count(*)是扫描表的。所以count(1)和count(主键)这两个效率高。还有一种写法是count(ROWID...
分类:
数据库 时间:
2014-09-04 18:52:09
阅读次数:
233
nodejs笔记入门http://www.nodebeginner.org/index-zh-cn.html#a-full-blown-web-application-with-nodejshttp://www.kuqin.com/webpagedesign/20110812/105100.html...
分类:
Web程序 时间:
2014-09-04 18:42:59
阅读次数:
179
示例注意方法
经常使用window.location,它的结构总是记不住,简单梳理下,方便以后查询。
示例
URL:http://b.a.com:88/index.php?name=kang&when=2011#first
属性
含义
值
protocol:
协议
"http:"
hostnam...
分类:
编程语言 时间:
2014-09-04 17:07:19
阅读次数:
209
项目中用到Three20框架,同时也使用了讯飞语音的framework,编译时出现类似如下冲突提示信息:ld: duplicate symbol _OBJC_CLASS_$_AdLinks in /Users/w/Documents/project 2/dianxing_v2.00_code_rec...
分类:
其他好文 时间:
2014-09-04 16:48:29
阅读次数:
355
搭建local模式搭建,官网:http://hbase.apache.orgAPI:http://hbase.apache.org/apidocs/index.htmldownload:http://www.apache.org/dyn/closer.cgi/hbase/启动报错,提示javahom...
分类:
其他好文 时间:
2014-09-04 16:42:39
阅读次数:
222
<?php
defined(‘IN_PHPCMS‘) or exit(‘No permission resources.‘);
pc_base::load_app_func(‘global‘);
class index{
private $db;
private $content_db;
private $order_db;
public function __constr...
分类:
Web程序 时间:
2014-09-04 15:11:19
阅读次数:
204
2.7日志模块:文档连接:http://nginx.org→documentation→ngx_http_log_module变量含义:$remote_user:客户端用户名,一般会为“-”。$time_local:客户端的访问时间,格式一般为"26/Jun/2014:14:44:34+0800”。$request:客户端请求的URI。请求html页面时为"/index.htmlHTT..
分类:
其他好文 时间:
2014-09-04 15:10:10
阅读次数:
145
nginx介绍:官网:http://nginx.org。基于官方文档更有参考价值,所以这里基本只是以附加网址的形式翻译部分常用指令而已。点击”简体中文“,可以看到nginx的特性总结。1、自动索引:与Apache一样,当web服务器目录中没有首页文件index.html时,会自动将当前目录下所有的文件..
分类:
其他好文 时间:
2014-09-04 10:38:50
阅读次数:
232