上一页 1 ··· 227 228 229 230 231 232 233 234 235 ··· 255 下一页
摘要: 在javascript中。能够为某个元素指定事件,指定的方式有下面三种: 1、在html中。使用onclick属性 2、在javascript中。使用onclick属性 3、在javascipt中,使用addEvenListener()方法 三种方法的比較 (1)在第二、三种方法中。能够向函数传入一 阅读全文
posted @ 2017-05-01 21:50 zhchoutai 阅读(334) 评论(0) 推荐(0)
摘要: Checkbox有个属性值 <CheckBox android:id="@+id/cb_reg_agree" style="@style/reg_checkbox_style" android:layout_width="wrap_content" android:layout_height="wr 阅读全文
posted @ 2017-05-01 20:45 zhchoutai 阅读(294) 评论(0) 推荐(0)
摘要: --以dba身份登录 C:\Users\Administrator>sqlplus / as sysdba --创建用户 SQL> create user bfzg0828 identified by bfzg0828 default tablespace users quota unlimited 阅读全文
posted @ 2017-05-01 19:17 zhchoutai 阅读(934) 评论(0) 推荐(0)
摘要: HDU - 1686 Oulipo Time Limit: 1000MS Memory Limit: 32768KB 64bit IO Format: %I64d & %I64u Submit Status Description The French author Georges Perec (1 阅读全文
posted @ 2017-05-01 18:42 zhchoutai 阅读(145) 评论(0) 推荐(0)
摘要: ***************************************转载请注明出处:http://blog.csdn.net/lttree******************************************** 题外话: 唉。开学了! 好烦。 这就已经大三了, 两年前的这时 阅读全文
posted @ 2017-05-01 18:03 zhchoutai 阅读(550) 评论(0) 推荐(0)
摘要: - (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapHeight; 从点(topCapHeight,topCapHeight)往右下角開始拉伸 - (U 阅读全文
posted @ 2017-05-01 17:07 zhchoutai 阅读(152) 评论(0) 推荐(0)
摘要: 摘要:使用.NET相关技术向数据库中插入海量数据是经常使用操作。本文对照ADO.NET和LINQ两种技术。分别使用SqlBulkCopy()和InsertAllOnSubmit()方法进行操作。得出结论:同样插入工作量(1w条数据)插入效率相差200倍之巨! 測试场景: 准备两个数据库TestDb和 阅读全文
posted @ 2017-05-01 16:06 zhchoutai 阅读(239) 评论(0) 推荐(0)
摘要: 用高斯消元对高斯模糊的图像还原.... Kind of a Blur Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1321 Accepted 阅读全文
posted @ 2017-05-01 15:33 zhchoutai 阅读(152) 评论(0) 推荐(0)
摘要: 标准VideoView播放演示样例本文地址: http://blog.csdn.net/caroline_wendy在Android SDK中的ApiDemos内, 提供标准播放视频的代码,使用VideoView实现简单的视频播放功能.代码例如以下:public class VideoViewDem 阅读全文
posted @ 2017-05-01 14:25 zhchoutai 阅读(234) 评论(0) 推荐(0)
摘要: Description 现有一个n*m的矩阵方格和1*2、2*1两种积木。矩阵中有些格子是不能放积木的,摆放的积木是不能互相重合的。当然。积木也不能放到矩阵外面。问。这个矩阵,最多能放多少积木? Input 多组输入。每组第一行有两个整数n、m,表示矩阵有n行。m列。(1<=n,m<=10) 接下来 阅读全文
posted @ 2017-05-01 13:00 zhchoutai 阅读(269) 评论(0) 推荐(0)
上一页 1 ··· 227 228 229 230 231 232 233 234 235 ··· 255 下一页