摘要: 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: 阅读全文
posted @ 2013-01-11 22:28 shiningrise 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 新浪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 阅读全文
posted @ 2013-01-11 21:39 shiningrise 阅读(142) 评论(0) 推荐(0) 编辑
摘要: /**************************************************************************** * 功能说明: * 1、使用 HttpModel与现有基于共享登录信息( Cookie )的网站进行集成 * 2、用户自动登录,自动注册,,延时注册, * 3、同步退出 * * 使用方法: * 见示例web.config * * 设计编码:shiningrise@gmail.com * **********************************************************************... 阅读全文
posted @ 2013-01-11 21:38 shiningrise 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2013-01-11 20:51 shiningrise 阅读(427) 评论(0) 推荐(0) 编辑
摘要: @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 阅读全文
posted @ 2013-01-11 20:09 shiningrise 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 下边是我封装的一个类的构造函数,根据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 阅读全文
posted @ 2013-01-11 13:21 shiningrise 阅读(335) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css