01 2013 档案
摘要:http://jetstrap.com
阅读全文
摘要:列出文件夹下所有文件夹的树形结构--Dos命令 tree的使用例如,要输出D:\Program Files 该目录下的所有文件夹的树形结构,则:树形目录可以在本机进入cmd,到该目录下,输入 tree >list.txt如果要列出该目录下子目录中的文件,则应该是tree /f >list.txt
阅读全文
摘要:SharpZip http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspxhttp://dotnetzip.codeplex.com/
阅读全文
摘要:1.看通知公告2.签阅文件(学校办公)3.看每周工作计划和行事历(学校办公)4.在线备课:有充足的资源(教师工作室)5.设备报修(学校办公之后勤)6.请假代课查询(学校办公)7.查看班级三项竞赛(学校办公)8.对学生提问的回答(师生交互功能)9.支持教师在线交流(类似短消息功能)10.支持提交教学计划(教师工作室功能)11.对公开课进行评课(教师工作室功能)12.上传课件获取积分(教师工作室功能)13.编辑教师个人档案袋(教师工作室功能)14.编辑个人收藏夹,通过个人收藏夹设置个人博客地址,账户密码,设置论坛账户密码,设置班级网站账户密码,之后可统一用户认证15.添加个人收藏夹,网址,添加个人
阅读全文
摘要:http://neatupload.codeplex.com/http://neatupload.codeplex.com/SourceControl/network/forks/shiningrise/neatupload
阅读全文
摘要:http://blog.sina.com.cn/s/blog_a5193ed401016mvb.html扩展方法是一种特殊的静态方法,但可以像扩展类型上的实例方法一样进行调用。扩展方法被定义为静态方法,但它们是通过实例方法语法进行调用的。它们的第一个参数指定该方法作用于哪个类型,并且该参数以this修饰符为前缀。扩展方法的要求如下:1 第一个参数是要扩展或者要操作的类型,这称为"被扩展的类型"2 为了指定扩展方法,要在被扩展的类型名称前面附加this修饰符3 要将方法作为一个扩展方法来访问,要用using指令导入扩展类型的命名空间,或者使扩展类型和调用代码在同一个命名空间中
阅读全文
摘要:http://code.google.com/p/xiaojw-graph-strawberry/
阅读全文
摘要:@echo offrmdir /s /Q downloadrmdir /s /Q iconrmdir /s /Q Logsrmdir /s /Q resrmdir /s /Q Stylesrmdir /s /Q Temprmdir /s /Q RemoteLoginrmdir /s /Q Admindel Web.configdel release_history.txtdel release_history_en.txtdel packages.configdel prePublsh.batcmd
阅读全文
摘要:正式宣布维护dbentry的nuget包http://www.nuget.org/packages/DbEntryPM> Install-Package DbEntry MSBuild与web.config要自己手工设置,打算下个版本加入web.config节自动设置我会负责nuget包与官方项目版本的同步,有建议QQ我建议安装以下扩展(改MSBuild方便很多)PowerCommands for Visual Studio 2010http://visualstudiogallery.msdn.microsoft.com/e5f41ad9-4edc-4912-bca3-91147db9
阅读全文
摘要:zip -r ./demo.zip ./* -x demo.zip
阅读全文
摘要:看好了,是IIS的连接数,不是你的电脑的连接数,破解你电脑的连接数的工具粉多,迅雷就带着一个,我们在这里主要讲怎么破解IIS硬性设置的10个连接(此法同样适合Windows 2000 Professional)。 当然了,如果是拿自己的电脑装IIS玩玩,这样比较好,如果做专业的服务器,用XP或2000 Pro版属于没事找抽型,呵呵。。 到微软的老家下载一个冬冬,地址是http://download.microsoft.com/download/iis50/Utility/5.0/NT45/EN-US/MtaEdt22.exe 这个是管理IIS的小工具,叫MetaEdit按照盖茨那老...
阅读全文
摘要:软件简介Eschool校园网平台是专门为中、小学、大中专院校而精心设计的优秀校园网平台软件,完全基于Web开发,采用大型数据库系统Microsoft SQL Server 2000,能够全面满足各类学校的校园网建设需要。功能模块:(以下栏目可自行定义,不需要的可删除,也可添加)1、交流频道:消息、新闻、公告、通知、校历、论坛、文章、邮件、留言薄、聊天室。2、校园频道:学校简介、招生信息、校园风光、办学特色、学校荣誉、名师档案、校史长廊、心理咨询、休闲驿站等。3、同步课堂:疑难解答、作文点评、专题讲座、精选题库等。4、家长频道:家长登记、家长查询等。5、老师频道:优秀教案、论文赏析、精选课件、家
阅读全文
摘要:http://tonyqus.sinaapp.com/tutorialhttp://npoi.codeplex.com/
阅读全文
摘要:www.gitcafe.comwww.gitcd.comwww.teamhost.rog
阅读全文
摘要:@echo offrmdir /s /Q downloadrmdir /s /Q iconrmdir /s /Q Logsrmdir /s /Q resrmdir /s /Q Stylesrmdir /s /Q Tempdel Web.configdel release_history.txtdel release_history_en.txtdel prePublsh.batecho okcmd
阅读全文
摘要:http://help.github.com/fork-a-repo/ 概要: 克隆别人的代码库到自己的项目中,可以作为子模块的形式使用,或二次开发操作流程:在开源项目中点击fork按钮,稍等一会儿,该项目便会拷贝一份到你的respositories中,克隆一份代码到本地:git clone git@github.com:username/Spoon-Knife.git配置:(项目克隆完成后,默认远程的别名为origin,此为我们自己项目中的版本,并非原始作者的代码库)创建原始代码库的别名,方便跟踪代码 git remote add upstream git://github.com/octo
阅读全文
摘要:/* #region 人事管理 menu = SysMenu.FindOne(p => p.Name == "人事管理"); if (menu == null) { menu = new SysMenu(); menu.Name = "人事管理"; menu.ParentId = 0; menu.NavigateUrl = ""; menu.IsTreeLeaf = true; menu.Save(); } menu1 = SysMenu.FindOne(p => p.Name == "考勤管理");
阅读全文
摘要:#ignore thumbnails created by windowsThumbs.db#Ignore files build by Visual Studio*.obj*.pdb*.user*.aps*.pch*.vspscc*_i.c*_p.c*.ncb*.suo*.tlb*.tlh*.bak*.cache*.ilk*.log[Bb]in[Dd]ebug*/*.lib*.sbrobj/[Rr]elease*/_ReSharper*/[Tt]est[Rr]esult*publish/*.Publish.xmlpackages/*.nupkgnugetpush.batApp_Data/*.
阅读全文
摘要:http://www.wojilu.com/Forum1/Topic/2261最后,提供我最近写得 git 系列教程共10篇,供参考——1)git电子书和其他资源http://www.wojilu.com/Forum1/Topic/22242)git工具安装:http://www.wojilu.com/Forum1/Topic/22273)github的登录认证机制:http://www.wojilu.com/Forum1/Topic/22354)(图解)配合vs使用git命令行入门: http://www.wojilu.com/Forum1/Topic/23755)git基本命令:http:
阅读全文
摘要:新浪http://code.google.com/p/oauth-dot-net/http://www.cnblogs.com/mainz/archive/2010/12/01/1893718.htmlhttp://www.cnblogs.com/prolifes/articles/2263033.htmlhttp://www.cnblogs.com/shiningrise/archive/2012/01/01/2309725.htmlQQ:http://qqconnect.codeplex.com/https://github.com/shiningrise/dotnetopenid
阅读全文
摘要:/**************************************************************************** * 功能说明: * 1、使用 HttpModel与现有基于共享登录信息( Cookie )的网站进行集成 * 2、用户自动登录,自动注册,,延时注册, * 3、同步退出 * * 使用方法: * 见示例web.config * * 设计编码:shiningrise@gmail.com * **********************************************************************...
阅读全文
摘要:git update-index --assume-unchanged nugetpush.batgit update-index --assume-unchanged Wxy.WebApp/Web.config gitignore只能忽略那些原来没有被track的文件,所以修改.gitignore是无效的。正确的做法是在每个clone下来的仓库中手动设置不要检查特定文件的更改情况。%git update-index --assume-unchanged/path/to/file缺点就是每个新的仓库都必须手动设置一次。幸运的是,这样的设置每个仓库只要进行一次就够了。http://blog.si
阅读全文
摘要:@echo offset url=nuget服务器set pwd=发布密码echo "start Wxy.DbEntryMembership"cd Wxy.DbEntryMembershipdel *.nupkg..\NuGet.exe pack..\NuGet.exe push *.nupkg -s %url% %pwd%cd ..\echo "start Wxy.Common"cd Wxy.Commondel *.nupkg..\NuGet.exe pack..\NuGet.exe push *.nupkg -s %url% %pwd%cd ..\e
阅读全文
摘要:下边是我封装的一个类的构造函数,根据isEmbed来判断是使用的哪种数据库版本:public FireBirdDbHelper(bool isEmbed){if(isEmbed) _connectionString="Database=roy;User=SYSDBA;Password=masterkey;server type=1";else_connectionString= @"Database=D:\firebird\Firebird-1.5.2.4731_win32\examples\employee.fdb;User=SYSDBA;Password=ma
阅读全文
摘要:项目文件中<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>改成<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>就行了
阅读全文
摘要:http://code.google.com/p/kiwing/http://www.toptensoftware.com/petapoco/PetaPoco is a tiny, fast, single-file micro-ORM for .NET and Mono.Like Massive it's a single file that you easily add to any projectUnlike Massive it works with strongly typed POCO'sLike Massive, it now also supports dyna
阅读全文
摘要:resolverresolver 192.168.1.251; #内部DNS服务器server {listen111.222.333.444:80;server_name*.qwemgh.com;location / {proxy_pass http://$host;}}发现个问题,resolver不能指定多个DNS服务器,resolver 192.168.1.251 192.168.1.250;resolver 192.168.1.251,192.168.1.250;resolver 192.168.1.251;resolver 192.168.1.250; #以上方式均会报错。这样就有个单
阅读全文
摘要:# You may add here your# server {# ...# }# statements for each of your virtual hosts to this file### You should look at the following URL's in order to grasp a solid understanding# of Nginx configuration files in order to fully unleash the power of Nginx.# http://wiki.nginx.org/Pitfalls# http:..
阅读全文
摘要:用IE6.0打开FTP时,文件以文件夹的形式显现,但IE7.0或IE8.0则不然,它是以列表的形式显示的,不直观。如果要修改成打开FTP时,文件以文件夹的形式显现,可以通过修改注册表来实现,具体如下:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_INTERNET_SHELL_FOLDERS]"iexplore.exe"=dword:00000001将以上蓝色字体部分复制到文本文件中
阅读全文
摘要:SQL Server中文版的默认的日期字段datetime格式是yyyy-mm-dd Thh:mm:ss.mmm例如:select getdate()2004-09-12 11:06:08.177整理了一下SQL Server里面可能经常会用到的日期格式转换方法:举例如下:select CONVERT(varchar, getdate(), 120 )2004-09-12 11:06:08Select CONVERT(varchar(100), GETDATE(), 0): 05 16 2006 10:57AMSelect CONVERT(varchar(100), GETDATE(), 1)
阅读全文
摘要:7. 基于DotNet4.0的项目,一定要注意!为Web.config中<system.web>的<page>标签添加controlRenderingCompatibilityVersion和clientIDMode两个属性。 <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"> <controls> <add assembly="FineUI" namespace="FineUI
阅读全文