摘要:
出处:http://docs.sencha.com/extjs/4.2.1/extjs-build/examples/layout-browser/layouts/combination.js// A common mistake when adding grids to a layout is creating a panel first,// then adding the grid to it. GridPanel (xtype:'grid') is a Panel subclass,// so you can add it directly as an item int
阅读全文
posted @ 2013-07-24 15:05
rgqancy
阅读(2668)
推荐(0)
摘要:
rundll32.exe user32.dll,LockWorkStationrundll32 url.dll,FileProtocolHandler http://www.baidu.comrundll32,是一个服务器url.dll,FileProtocolHandler 格式描述:dllname.dll,functionname
阅读全文
posted @ 2012-10-17 12:48
rgqancy
阅读(2026)
推荐(0)
摘要:
TortoriseSVN太重量级,偶尔SVN当成一个下载工具:就好比下载一个小文件,不需要迅雷的。附件里,是从TortoriseSVN里提取的客户端:虚拟机装Windows 2003 Server Enterprise里测试过了,能正常运行。另外从系统其它目录里提取了:msvcr100.dll(Microsoft® C Runtime Library 10.0.xxx),这样更稳妥。需要的朋友,拿去!http://files.cnblogs.com/rgqancy/SVNCommands.zip
阅读全文
posted @ 2012-07-02 09:02
rgqancy
阅读(411)
推荐(0)
摘要:
数据源(Data Source):如果装了Oracle Client,可以用自定义的网络服务名(XXX);否则,就用如下的字符串替换即可:(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=XXX.XXX.XXX.XXX)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=XXXX)))切记:字符串里要写IP,SID。
阅读全文
posted @ 2012-04-10 17:36
rgqancy
阅读(1289)
推荐(0)
摘要:
Windows下DIR程序存放在哪里?
阅读全文
posted @ 2012-03-07 13:06
rgqancy
阅读(3659)
推荐(0)
摘要:
a bug for Visual Studio 2010 when call batch file in post-build event for twice。Visual Studio 2010,给项目添加Post-Build Event的批处理调用。第二次执行Build,就出错。请各位下载附件, 帮忙验证,谢谢!我只是想知道,我验证是否是bug的这个方案,是否有漏洞!http://files.cnblogs.com/rgqancy/VisualStudio2010BugTest.zip
阅读全文
posted @ 2012-02-14 10:56
rgqancy
阅读(430)
推荐(0)
摘要:
从MSI文件提取内容获得上周的开始结束时间串批量调用编辑工具,打开某类扩展名的文件快速关机批量文件名追加字符串通用Diff调用:Windiff+TortoiseMerge+BeyondCompare(三合一,最好将来把UltraEdit下的比较工具,也加进来)清理VS的编译结果文件夹(清理后,SVN提交代码时看着比较清楚,去掉了垃圾文件)PS:我发现BeyondCompare的比较功能,好像越来越蠢了,当然用户体验是更好了。本人比较懒,请下载附件查看http://files.cnblogs.com/rgqancy/CommonBatch.7z
阅读全文
posted @ 2011-12-29 10:24
rgqancy
阅读(516)
推荐(1)
摘要:
xx.exe /dde.bat 计算上周的起止时间worklog.bat 1.容错处理 帮助信息 2.开放其他参数 3. Default User,WindowsXP和Windows 7路径不同。不都存在Document And Settings文件夹。batch map的数据结构或者成为字典数据结构。01 工作日志;02 工作周报
阅读全文
posted @ 2011-12-27 11:32
rgqancy
阅读(228)
推荐(0)
posted @ 2011-12-27 11:24
rgqancy
阅读(710)
推荐(0)
posted @ 2011-12-22 13:23
rgqancy
阅读(352)
推荐(0)
摘要:
SQL Sever NorthWind Sample
阅读全文
posted @ 2011-11-09 19:09
rgqancy
阅读(3539)
推荐(1)
摘要:
log4net的使用大致可以总结为以下几步: l 添加类库引用 把log4net的类库,加入程序引用即可。 l 指定配置名称 ² 指定文件名的方式 [assembly: log4net.Config.XmlConfigurator(ConfigFile = ".log4net.config", Watch = true)] ² 指定扩展名的方式 [assembly: log4net....
阅读全文
posted @ 2011-11-08 15:21
rgqancy
阅读(1942)
推荐(1)
摘要:
Visual Studio 2010 Publish
阅读全文
posted @ 2011-10-26 16:38
rgqancy
阅读(1426)
推荐(0)
摘要:
1.出于好奇,我用mikrotik Router OS的默认密码,登进了XX的宽带连接服务器。真得是感慨与服务器连接的Winbox,实现的Socket连接,数据刷新感觉非常快。组态软件应该朝着这种效率方向努力。2.我想着把家里的冰箱的电脑控制板,改成能接受GBOX指令的;还有用GBOX开发一个能自动断电和接通的电源开关装置,可以发短信控制家里的热水器和冰箱的工作状态。
阅读全文
posted @ 2011-09-19 19:43
rgqancy
阅读(238)
推荐(0)
摘要:
[SoapDocumentMethod( RequestNamespace = "http://www.contoso.com/Request", RequestElementName = "RequestMessage", ResponseNamespace = "http://www.contoso.com/Response", ResponseElementName = "ResponseMessage")] [WebMethod(MessageName = "RequestMessage"
阅读全文
posted @ 2011-06-29 12:03
rgqancy
阅读(251)
推荐(0)
摘要:
先用netsh命令,用winsock reset,各种就能上网了。再解决windows update和security essential不能更新的问题,把注册表里设的代理端口去掉,先备份注册表啊。我的机器,现在就差联网后状态图标不正确了。
阅读全文
posted @ 2011-06-15 19:46
rgqancy
阅读(942)
推荐(0)
摘要:
http://www.developforwindows.com/
阅读全文
posted @ 2011-04-22 13:46
rgqancy
阅读(409)
推荐(0)
摘要:
netsh winsock resethttp://baike.baidu.com/view/4043887.htm#sub4043887
阅读全文
posted @ 2011-04-20 14:21
rgqancy
阅读(431)
推荐(0)
摘要:
http://labs.cas.de/silverlight/CASCRMSL3/http://www.msvevent.com/
阅读全文
posted @ 2011-04-16 22:58
rgqancy
阅读(467)
推荐(0)
摘要:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --><svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.or
阅读全文
posted @ 2011-04-11 19:02
rgqancy
阅读(2586)
推荐(1)
摘要:
http://www.shinedraw.com/text-effect/flash-and-silverlight-3d-text-space/
阅读全文
posted @ 2011-03-25 17:09
rgqancy
阅读(377)
推荐(0)
摘要:
http://blogs.msdn.com/b/tonyschr/archive/2007/01/19/ie-automation-amp-tabs.aspx
阅读全文
posted @ 2011-03-21 16:45
rgqancy
阅读(215)
推荐(0)
摘要:
Silverlight 1.x Implemented eMagazine.First annuced:It' implmented by JavaScript,not .net。Silverlight is so at that time. Let'strytounderstits' thought.Thought is important than anythings I think.http://msdn.microsoft.com/en-us/magazine/cc507644.aspxDemo Show: http://silverlight.net/cont
阅读全文
posted @ 2011-03-20 23:19
rgqancy
阅读(576)
推荐(0)
摘要:
http://stackoverflow.com/questions/508034/how-to-stop-asp-net-from-loading-all-assemblies-from-bin-on-first-load
阅读全文
posted @ 2011-03-17 14:19
rgqancy
阅读(161)
推荐(0)
摘要:
http://forums.asp.net/t/1303052.aspx/1?Tell+IIS+to+load+dll+from+another+directory+not+Bin+web+config+http://www.hanselman.com/blog/PermaLink.aspx?guid=4d0ef4fb-f8ae-4355-a658-3c0432c98dbe<<CLR via C#>>中文第三版 56页
阅读全文
posted @ 2011-03-17 14:15
rgqancy
阅读(291)
推荐(0)
摘要:
http://msdn.microsoft.com/zh-cn/gg696937.aspx
阅读全文
posted @ 2011-03-17 13:26
rgqancy
阅读(219)
推荐(0)
摘要:
http://msdn.microsoft.com/zh-cn/gg696955.aspx
阅读全文
posted @ 2011-03-17 13:25
rgqancy
阅读(414)
推荐(0)
摘要:
http://www.google.com/support/googleanalytics/bin/answer.py?answer=55488&utm_source=DiscoverList&utm_medium=et&utm_campaign=cn&hl=cn
阅读全文
posted @ 2011-03-15 15:15
rgqancy
阅读(288)
推荐(0)
摘要:
explorer http://archive.msdn.microsoft.com/RiaServices/Release/ProjectReleases.aspx?ReleaseId=2387explorer http://archive.msdn.microsoft.com/RiaServices/Release/ProjectReleases.aspx?ReleaseId=4786explorer http://archive.msdn.microsoft.com/RiaServices/Release/ProjectReleases.aspx?ReleaseId=4316explo
阅读全文
posted @ 2011-03-15 10:05
rgqancy
阅读(270)
推荐(0)
摘要:
explorer http://archive.msdn.microsoft.com/RiaServices/Release/ProjectReleases.aspx?ReleaseId=2387explorer http://archive.msdn.microsoft.com/RiaServices/Release/ProjectReleases.aspx?ReleaseId=4786explorer http://archive.msdn.microsoft.com/RiaServices/Release/ProjectReleases.aspx?ReleaseId=4316explor
阅读全文
posted @ 2011-03-15 10:04
rgqancy
阅读(308)
推荐(0)
摘要:
<script type="text/javascript" src="http://api.map.baidu.com/api?key=b9f6baa86431c277d63400cc3ae8b606&v=1.0&services=true" /><script type="text/vbscript"><!--const L_FullScreenWarn1_Text = "当前的安全设置不允许自动切换到全屏模式。"const L_FullScreenWarn2_T
阅读全文
posted @ 2011-03-15 09:44
rgqancy
阅读(2710)
推荐(0)
摘要:
<!DOCTYPE html><html><head> <style type="text/css"> .highlight { background-color: yellow; } .gray { background-color: Gray; } </style> <script src="http://code.jquery.com/jquery-1.5.js"></script></head><body> <ul> <l
阅读全文
posted @ 2011-03-15 09:30
rgqancy
阅读(312)
推荐(0)
摘要:
Notepad++的\1是啥用来着? \1用在被替换的表达式中,用于替换查找的表达式中第一个匹配组,例如,你查找abc(.*)123,替换为456\1def,标识查找所有以abc开头,以123结尾的字符串,替换开头的abc为456,结尾的123为def。 替换表达式中\1就表示查找表达式中的(.*)
阅读全文
posted @ 2011-02-24 15:51
rgqancy
阅读(437)
推荐(0)
摘要:
转 CSS 打印:http://eblog.nenu.edu.cn/user1/easter/archives/2008/1864.html
阅读全文
posted @ 2011-02-24 12:52
rgqancy
阅读(213)
推荐(0)
摘要:
class Program { static void Main(string[] args) { List<DateTime> DateList = new List<DateTime>(); DateList.Add(DateTime.Parse("2011-02-10")); DateList.Add(DateTime.Parse("2011-02-09")); DateList.Add(DateTime.Parse("2011-02-10")); DateList.Add(DateTime.Parse("2011-02-11")); DateList.Add(D
阅读全文
posted @ 2011-02-21 10:22
rgqancy
阅读(300)
推荐(0)
摘要:
http://wenku.baidu.com/view/9193a9fe910ef12d2af9e717.htmlhttp://baike.baidu.com/view/73535.htm
阅读全文
posted @ 2011-02-11 09:39
rgqancy
阅读(170)
推荐(0)
摘要:
testhttputility.batwscript GET http://msdn.microsoft.com/en-us/ff972295httputility.jsif (WScript.Arguments.length 2){ WScript.echo("Client HTTP Request Utility\n"); WScript.echo("usage: httprequest method uri [options]"); WScript.echo(); WScript.echo(" -f filename"); WScript.echo(" -h headerName h
阅读全文
posted @ 2011-01-25 23:26
rgqancy
阅读(315)
推荐(0)
摘要:
用蜘蛛天天爬京东。再比较页面数据变化,产生一个价格变化图。这违法不?
阅读全文
posted @ 2011-01-19 20:06
rgqancy
阅读(164)
推荐(0)
摘要:
再怎么能吸金,也得调用访问网络的dll.从这下手,哪个系统都可以。让用户上传安装程序,服务器解开包,查dll的引用关系。服务器可以指派dll ref walker.
阅读全文
posted @ 2011-01-18 20:13
rgqancy
阅读(186)
推荐(0)
摘要:
手机能通过sim卡,提供定位服务。台式机当初可没这么架构,笔记本电脑是另外一回事。
阅读全文
posted @ 2011-01-18 20:04
rgqancy
阅读(896)
推荐(0)