protected void Button1_Click(object sender, EventArgs e) { /* 微软为Response对象提供了一个新的方法TransmitFile来解决使用Response.BinaryWrite 下载超过400mb的文件时导致Aspnet_wp.exe...
分类:
Web程序 时间:
2015-01-17 17:49:04
阅读次数:
141
如果只需删除GridView中的行, 并不删除数据库中的记录项次工号姓名110022936gracy.ma删除210017300eric.mak删除protected void Button1_Click(object sender, EventArgs e) { int rowCount = 1;...
分类:
数据库 时间:
2015-01-17 16:25:12
阅读次数:
229
private void btnStart_Click(object sender, EventArgs e) { try { ser = TxStart.startServer(int.Parse(textBox_port.Tex...
分类:
其他好文 时间:
2015-01-17 13:46:59
阅读次数:
146
前言,我要解决的问题是,.NET的序列化问题,以前序列化Model,一旦当这个Model的字段发生了变化,那么就惨了。无法读取。必须重新来过。今天搞定它啦。 点击build-data进行创建data数据。 private void button1_Click(object sender, Event...
分类:
Web程序 时间:
2015-01-16 23:35:21
阅读次数:
372
当启动Android Studio时,如果弹出adb not responding. you can wait more,or kill "adb.exe" process manually and click 'Restart',说明ADB响应失败,此时点击wait more就会不断弹出这个对话框,点击Restart也无济于事。
解决方法:
1.打开cmd,输入...
分类:
移动开发 时间:
2015-01-16 19:16:02
阅读次数:
151
upload.html页面
<formaction="upload.php"method="post"enctype="multipart/form-data">
<inputtype="file"id="file"name="file">
<inputtype="button"onclick="file.click()"value="选择附件">
<inputtype="submit"value="提交"/>
</form>
..
分类:
Web程序 时间:
2015-01-16 16:58:42
阅读次数:
234
upload.html页面<formaction="upload.php"method="post"enctype="multipart/form-data"><inputtype="file"id="file"name="file"><inputtype="button"onclick="file.click()"value="选择附件"><inputtype="submit"value="提交"/></form>upload.ph..
分类:
Web程序 时间:
2015-01-16 16:57:41
阅读次数:
341
1集群环境主节点master001 ~~ master006从节点slave001 ~~ slave0642安装CDH5的YUM源rpm -Uvhhttp://archive.cloudera.com/cdh5/one-click-install/redhat/6/x86_64/cloudera-c...
分类:
其他好文 时间:
2015-01-16 16:21:34
阅读次数:
328
先在mainpage里面的编写登陆界面,如图: 直接贴代码: 再重新添加一个新建项,建立silverlight页,命名为register把红色区域删了,自己编写界面,注意有click事件的地方要自己重写,不然后台不会生成点击事件的方法 ...
分类:
数据库 时间:
2015-01-16 08:41:42
阅读次数:
225
Reverse digits of an integer.
Example1: x = 123, return 321
Example2: x = -123, return -321
click to show spoilers.
Have you thought about this?
Here are some good questions to ask before c...
分类:
其他好文 时间:
2015-01-15 22:06:26
阅读次数:
132