摘要: 1 $('#f1').submit(function(){2 location.href = 'salebuyerList.html?param1=aaa&param2=' + $('#s1').val();3 return false... 阅读全文
posted @ 2015-12-07 10:03 skyhap 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 1 C:\Users\sky\.android>keytool -list -v -keystore sky.jksJAVA_HOMEC:\Program Files\Java\jdk1.7.0_75Path%SystemRoot%\system32;%SystemRoot%;%SystemRoot... 阅读全文
posted @ 2015-11-25 17:22 skyhap 阅读(707) 评论(1) 推荐(0) 编辑
摘要: 1)第一种,也是最长见的添加方法(一下都以Button为例)1 Button btn = (Button) findViewById(R.id.myButton);2 btn .setOnClickListener(new View.OnClickListener() {3 publ... 阅读全文
posted @ 2015-10-24 09:11 skyhap 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 下载apktool_2.0.1.jar (所有文件有打包 文章底部可下载)下载地址:http://ibotpeaches.github.io/Apktool/apktool.bat@echo offif "%PATH_BASE%" == "" set PATH_BASE=%PATH%set PATH... 阅读全文
posted @ 2015-09-09 15:50 skyhap 阅读(681) 评论(0) 推荐(0) 编辑
摘要: 1 C:\Windows\system32>cd C:\Program Files\Microsoft SQL Server\120\Tools\Binn2 3 C:\Program Files\Microsoft SQL Server\120\Tools\Binn>SqlLocalDB creat... 阅读全文
posted @ 2015-09-07 16:39 skyhap 阅读(334) 评论(0) 推荐(1) 编辑
摘要: 双击镜像文件 挂载后位于G盘 开始菜单右键 打开命令提示符(管理员)然后运行下面的命令就可以了Dism /online /enable-feature /featurename:NetFX3 /All /Source:G:\sources\sxs /LimitAccess 阅读全文
posted @ 2015-08-21 13:57 skyhap 阅读(2994) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-04-22 09:16 skyhap 阅读(467) 评论(0) 推荐(0) 编辑
摘要: // CS.Json; net 4.0 var data = new JsonObject(); data.Add("cart_id", 123456); data.Add("item_count", 8);... 阅读全文
posted @ 2015-04-13 13:58 skyhap 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1.单位1B=8b //1字节(Byte)=8字位(bit) 1汉字=2字节 =16位1KB=1024B 原码:如果机器字长为n,那么一个数的原码就是用一个n位的二进制数,其中最高位为符号位:正数为0,负数为1。剩下的n-1位表示概数的绝对值。例如: X=+101011 , [X]原=... 阅读全文
posted @ 2015-03-22 20:12 skyhap 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 乌龙猫网站昨日刚刚上线,后来在IE6下发现侧边栏的智能浮动中,第一个模块的margin-top不为0,这个原本在CSS中已经定义的样式为:HTML:CSS:.sidebar_block:first-child { margin:0; }遇到IE6不支持first-child伪类不是第一次了,平时都是... 阅读全文
posted @ 2015-03-18 17:03 skyhap 阅读(378) 评论(0) 推荐(0) 编辑