码迷,mamicode.com
首页 >  
搜索关键字:des    ( 60086个结果
WORD Application.Documents.Open函数返回null的一种解决方法
DCOM Config Setting for "Microsoft Office Word 97 - 2003 Document" 内部配置一切正常,但Application.Documents.Open函数还是返回null。下面是一个解决方法:"C:\Windows\SysWOW64\confi...
分类:移动开发   时间:2014-06-09 18:09:50    阅读次数:257
[转]Running KVM and Openvswitch on Ubuntu 12.10
Running KVM and Openvswitch on Ubuntu 12.10 I’ve got an aging VMWare ESXi 4.0 server that needs to be replaced with something a little more modern and...
分类:其他好文   时间:2014-06-09 18:07:21    阅读次数:324
[leetcode]Combination Sum @ Python
原题地址:https://oj.leetcode.com/problems/combination-sum/题意:Given a set of candidate numbers (C) and a target number (T), find all unique combinations in...
分类:编程语言   时间:2014-06-09 17:50:09    阅读次数:333
Select与Epoll比较
一、问题引出 联系区别问题的引出,当需要读两个以上的I/O的时候,如果使用阻塞式的I/O,那么可能长时间的阻塞在一个描述符上面,另外的描述符虽然有数据但是不能读出来,这样实时性不能满足要求,大概的解决方案有以下几种:1.使用多进程或者多线程,但是这种方法会造成程序的复杂,而且对与进程与线程的创建维护...
分类:其他好文   时间:2014-06-09 17:47:22    阅读次数:201
【HDOJ】1686 Oulipo
kmp算法。 1 #include 2 #include 3 4 char src[10005], des[1000005]; 5 int next[10005], total; 6 7 void kmp(char des[], char src[]){ 8 int ld = str...
分类:其他好文   时间:2014-06-09 17:46:37    阅读次数:264
[leetcode]Combination Sum II @ Python
原题地址:https://oj.leetcode.com/problems/combination-sum-ii/题意:Given a collection of candidate numbers (C) and a target number (T), find all unique combi...
分类:编程语言   时间:2014-06-09 17:41:58    阅读次数:320
Oracle EBS-SQL (SYS-9):职责使用菜单.sql
select aa.menu_name, aa.user_menu_name, aa.type, aa.description, aa.ENTRY_SEQUENCE, aa.prompt, aa.sub_user_menu_name, aa.user_function_name, aa.des...
分类:数据库   时间:2014-06-09 17:36:37    阅读次数:352
抓包工具
原文:抓包工具抓包工具:顾名思义、耳熟能详。tcpdump、wireshark、sniffsmart、httpwatch(还算有点良心)。。。但当其只是当为工具使用时,又贵为可惜。因工作需要,再度涉及该领域。 可随想云随风去,江河大变。某某文公司镜像工具,价比天高。某某调公司主打产品,爱理不理。 脑...
分类:其他好文   时间:2014-06-09 17:33:15    阅读次数:298
oracle-myibatis-整理
==================================== insert ==========================================语句insert into KJT_STORE_ORDER_INFO(ORDER_ID,ORDER_SN,BALANCE_PAY...
分类:数据库   时间:2014-06-09 17:31:21    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!