最近用asp.net做webservice,其中有个功能是调用执行外部的exe(类似cmd中执行),但执行Process.Start之后就没有结果,同样代码在winform下正常,折腾两天终于找到解决方法本文参考了以下网页,十分感谢http://bbs.csdn.net/topics/3000538...
分类:
Web程序 时间:
2014-07-07 00:46:03
阅读次数:
237
//创建自增序列create sequence SEQ increment by 1 start with 0 nomaxvalue minvalue 0 nocycle;//在sql中使用该序列INSERT INTO USERS VALUES (SEQ.nextval,'Username','P....
分类:
数据库 时间:
2014-07-06 23:40:07
阅读次数:
275
public List getQueryList(Map paramMap, int start, int maxResults) throws DataAccessException, HibernateException, InstantiationException, I...
分类:
数据库 时间:
2014-07-06 22:42:22
阅读次数:
364
一个参数:Thread.Start方法可以带一个参数:public static void Main() { Thread t = new Thread(new ParameterizedThreadStart(B)); t.Start("B"); Console.Read(...
分类:
编程语言 时间:
2014-07-05 18:01:32
阅读次数:
140
repr函数和反引号用来获取对象的可打印的表示形式。你可以通过定义类的__repr__方法来控制你的对象在被repr函数调用的时候返回的内容。在大多数时候有eval(repr(object)) == object。Let's start Python programming!哇哈哈哈!感谢:沈洁元S...
分类:
编程语言 时间:
2014-07-05 17:44:56
阅读次数:
289
最近和筒子们做了个校园电台,进去之后会自动播放歌曲,每首放完了的话会随机get新的json,然后再播放下一首 整体做成了命令行的风格,在最后输入next,start等命令来操作,5+M/s校园网+W级的曲库,最后做出来的效果还是很赞的 在同学间推广了一下,有好评咯 反馈回来的产品设计的bu...
分类:
其他好文 时间:
2014-07-05 17:36:18
阅读次数:
248
var itemsPerPage = 20;
var combo;
//创建数据源store
Ext.define('recordStore', {
extend : 'Ext.data.Store',
// autoLoad : {
// start : 0,
// limit : itemsPerPage
// },
start : 0,
limit :...
分类:
Web程序 时间:
2014-07-05 10:53:34
阅读次数:
412
ORA-12541: TNS无监听程序错误1、在oracle安装目录下查找listener.ora和tnsnames.ora文件,然后打开2、将host改为机器名3、执行命令:lsnrctl stop,再执行lsnrctl start。
分类:
数据库 时间:
2014-07-03 23:54:53
阅读次数:
415
@1.验证码 1 captcher.php 2 header('Content-type:image/png'); 3 session_start(); 4 $img = imagecreate(100, 30); 5 $captcha = array( 6 'a', 'b', 'c', '...
分类:
Web程序 时间:
2014-07-03 23:42:31
阅读次数:
461
bootsect部分已经执行完成,程序也跳转到setup部分:
start:
! ok, the read went well so we get current cursor position and save it for
! posterity.
mov ax,#INITSEG ! this is done in bootsect already, but...
mov...
分类:
系统相关 时间:
2014-07-03 18:38:19
阅读次数:
329