http://bbs.csdn.net/topics/390334265
分类:
其他好文 时间:
2014-05-08 19:39:03
阅读次数:
240
con.execute "CREATE tblImg (lngId COUNTER PRIMARY
KEY, binImg IMAGE)"set
ads=createobject("adodb.stream")ads.type=1ads.mode=3ads.openads.loadFromFile ...
分类:
数据库 时间:
2014-05-08 19:26:02
阅读次数:
376
首先是行标题列rowheaderdataGridView1.TopLeftHeaderCell.Value =
"details";_______________________________________________________有的时候在datagridview中手动添加列的时候,就算...
#include#include#include#include#include#include#include#include#include#include#includeusing
namespace std;const int inf=(int)1E9,maxT=100+1,maxn=20,...
分类:
其他好文 时间:
2014-05-08 19:16:07
阅读次数:
275
在 UIResponder中存在这么一套方法-
(void)motionBegan:(UIEventSubtype)motion
withEvent:(UIEvent*)event__OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_3_0);-
(void)moti...
分类:
移动开发 时间:
2014-05-08 19:14:41
阅读次数:
401
. time attributename 和 values
联用xxx直接在元素上使用:防止单行代码看不见防止单行代码看不见2. time onbegin ,比较鸡肋的地方是,只要有onxxx过滤器的,就没啥用3.
time set attributename toxxx4. vml onmouse...
分类:
Web程序 时间:
2014-05-08 19:01:38
阅读次数:
454
cmd窗口直接输入导库命令即可,不需要进入sqlplusC:\Documents and
Settings\Administrator> imp username/pass@orcl file=E:\**.dmp
full=y在导库之前请新建用户或者清空所有对象:包括表对象,函数,触发器,存储过程。
分类:
数据库 时间:
2014-05-08 18:59:16
阅读次数:
332
set、map、multiset、multimap四种关联式容器的内部都是由红黑树实现的。在STL中红黑树是一个不给外界使用的独立容器。既然是容器,那么就会分配内存空间(节点),内部也会存在迭代器。关于红黑树的一些性质,可以参考“数据结构”中的笔记,这里只记录STL中的红黑树是如何实现的。
和slist一样,红黑树的节点和迭代器均采用了双层结构:
节点:__rb_tree_no...
分类:
其他好文 时间:
2014-05-07 15:55:28
阅读次数:
487
.closest( selector )
Description: For
each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tre...
分类:
Web程序 时间:
2014-05-07 15:07:34
阅读次数:
380
本来只是路过,写详细一点。我看楼主浮躁得不得了。现在什么都不要做了,先去看几遍《不要做浮躁的嵌入式工程师》这篇文章,想清楚了,再动手吧。我做了个实例,不用ST的库来点LED,解答你的问题我的
KeilMDK 3.5我的STM32板子奋斗版是 ,IC 是 STM32F103VET6调试工具 JLINK...
分类:
其他好文 时间:
2014-05-07 14:54:36
阅读次数:
374