d3.behavior.drag():创建一个新的拖动行为。drag.on(type[,listener]):type:开始,拖动,结束。如果没有listener,则为type指定已注册的listener。但我测试时,如果不加listener时会出错。drag会返回x,y,可根据origin来修改,...
分类:
其他好文 时间:
2014-07-22 23:12:34
阅读次数:
623
1 .count — 计算数组中的单元数目或对象中的属性个数 2 .limit
第几条开始(n-1) 显示几条(y) (n-1)* y =第几页3. css tr:nth_child(odd){ background :#red;} odd
奇数 even 偶数4 表单隐藏域:...
分类:
数据库 时间:
2014-07-22 23:10:14
阅读次数:
389
原地址:http://www.cnblogs.com/svage/p/3700122.html1、删除目录及子目录下的 .svn目录 find . -type
d -name ".svn" | xargs rm -rf2、/tmp 目录的权限drwxrwxrwt rwt的意思是:对目录有执行权...
分类:
系统相关 时间:
2014-07-22 23:09:34
阅读次数:
552
$.ajax({type:"get", url:"http://",
data:"name="+userid+"&password="+password,async:true,
error:function(request){alert("Connectionerror"); }, success:...
分类:
Web程序 时间:
2014-07-22 23:06:54
阅读次数:
373
给edittext增加
就显示出来边框了android:background="@android:drawable/edit_text"例:
分类:
移动开发 时间:
2014-07-22 23:06:14
阅读次数:
472
c语言实现日历系统,sqlite保存数据库,发现问题不少,特别是数据库的设计,另外,c语言的字符拼接问题也很蛋疼,问题起源如下:起源:在日历中有个功能就是可以设置重复的事件,比如我在日历中加入一个事件,然后可以设置这个事件按天,或者按星期,或者按月,或者按年重复提醒。如果每个事件都是一条记录的话,肯...
分类:
编程语言 时间:
2014-04-30 15:22:04
阅读次数:
427
#网卡类型TYPE=Ethernet#网卡接口名称DEVICE=eth0#系统启动时是否自动加载ONBOOT=yes#启用地址协议 --static:静态协议
--bootp协议 --dhcp协议BOOTPROTO=static#网卡IP地址IPADDR=192.168.1.11#网卡网络地址NET...
分类:
其他好文 时间:
2014-04-30 15:12:24
阅读次数:
351
[DataMapping("Status", DbType.Int16)] public
System.Int16 Status { get; set; } public string StatusValue { get { if (Status
== 0) { return "审核拒绝"; } e...
分类:
数据库 时间:
2014-04-29 16:45:46
阅读次数:
344
使用 adb install
hello.apk可以安装一个apk但并不能启动它,启动它要使用adb shell am的方法启动Activity:adb shell am start -n
包名/包名+类名(-n 类名,-a action,-d date,-m MIME-TYPE,-c catego...
分类:
移动开发 时间:
2014-04-29 16:33:46
阅读次数:
541
1. 在页面的中文变量前添加encodeURIComponent()$.ajax({ type:
"POST", url: "", data:{ id:encodeURIComponent(id), type:encodeURIComponent(type)
...
分类:
其他好文 时间:
2014-04-29 16:25:47
阅读次数:
345