摘要:
/// /// 根据GUID获取16位的唯一字符串 /// /// /// public static string GuidTo16String() { long i = 1; foreach (byte b in Guid.NewGuid().ToByteArray()) i *= ((int)b + 1); ...
阅读全文
posted @ 2016-09-13 20:50
shiningrise
阅读(3740)
推荐(1)
摘要:
https://github.com/JimBobSquarePants/ImageProcessor
阅读全文
posted @ 2016-09-13 09:37
shiningrise
阅读(169)
推荐(0)
摘要:
http://tech.ifeng.com/a/20160831/44444827_0.shtml
阅读全文
posted @ 2016-09-12 05:49
shiningrise
阅读(134)
推荐(0)
摘要:
留住一个人才,先要有分辨人才的能力,发现人才后,一般从四个方面留人:报酬留人,感情留人、意义留人、未来留人。先给人才好的报酬,如果报酬不够,就要给人未来,如果未来不明显,事情本身就要有意义,如果意义不明显,就需要大家有感情。
阅读全文
posted @ 2016-09-12 02:12
shiningrise
阅读(395)
推荐(0)
摘要:
http://www.linuxdot.net/bbsfile-4310
阅读全文
posted @ 2016-09-07 08:21
shiningrise
阅读(312)
推荐(0)
摘要:
常见问题解答(必读) http://fineui.com/bbs/forum.php?mod=viewthread&tid=655
阅读全文
posted @ 2016-09-05 22:05
shiningrise
阅读(223)
推荐(0)
摘要:
修改/etc/ssh/sshd_config配置文件 ClientAliveInterval 300(默认为0), 参数的是意思是每5分钟,服务器向客户端发一个消息,用于保持连接,使用service sshd reload 让其修改后生效。 如果发现还是有问题,可以试着把300设置小一点,例如60。
阅读全文
posted @ 2016-09-03 08:56
shiningrise
阅读(266)
推荐(0)
摘要:
ID生成器要做成兼容分布式, 数据库ef控制要改成手动升级, 异常日志模块,操作日志某快,,, 日志服务器,, 图片服务器,,,动静分离, 前后台分离,, 可扩展性,无状态化集群弹性部署, 数据库主从,集群部署,分布式,读写分离, 跨平台dotcore,docker化,,插件化,,
阅读全文
posted @ 2016-09-02 22:04
shiningrise
阅读(235)
推荐(0)
摘要:
CSS预处理器sass(基于Ruby服务端版)less(客户端版:基于js; 服务端版:基于nodejs)前端UI框架JqueryMiniUI: http://www.miniui.com/(适用于管理后台、ERP)Bootstrap 3.3:http://v3.bootcss.com/ (资料齐全
阅读全文
posted @ 2016-09-01 15:49
shiningrise
阅读(745)
推荐(0)
摘要:
https://bitbucket.org/tamtam-nl/tamtam-nuget-imageserver/src/eaddb1ac943fcaa9e7ef210ed5a5ccf630b86994?at=master
阅读全文
posted @ 2016-09-01 15:33
shiningrise
阅读(192)
推荐(0)
摘要:
http://go-mono.com/config-mod-mono/ 配置文件生成器 Mono remote debugging from Visual Studio http://stackoverflow.com/questions/23108728/mono-remote-debugging
阅读全文
posted @ 2016-08-30 19:03
shiningrise
阅读(450)
推荐(0)
摘要:
https://git-scm.com/
阅读全文
posted @ 2016-08-30 13:24
shiningrise
阅读(181)
推荐(0)
摘要:
上节讲到当容器运行期间产生的数据是不会在写镜像里面的,重新用此镜像启动新的容器就会初始化镜像,会加一个全新的读写入层来保存数据。如果想做到数据持久化,Docker提供数据卷(Data volume)或者数据容器卷来解决问题,另外还可以通过commit提交一个新的镜像来保存产生的数据。那么,来一一看下
阅读全文
posted @ 2016-08-30 13:13
shiningrise
阅读(14263)
推荐(0)
摘要:
http://www.open-open.com/lib/view/open1437746544709.html 在你的机器上使用docker pull来从Docker Hub下载镜像。 docker pull image1docker pull image2 然后使用docker history来
阅读全文
posted @ 2016-08-30 07:04
shiningrise
阅读(5200)
推荐(0)
摘要:
http://www.c-lodop.com/demolist/PrintSampIndex.html
阅读全文
posted @ 2016-08-28 21:42
shiningrise
阅读(157)
推荐(0)
摘要:
https://bitbucket.org/tamtam-nl/tamtam-nuget-imageserver/overview https://www.nuget.org/packages/TamTam.NuGet.ImageServer.Binary/
阅读全文
posted @ 2016-08-28 18:24
shiningrise
阅读(279)
推荐(0)
摘要:
btn.Click += new EventHandler(button2_Click); //获取Button类定义的所有事件的信息PropertyInfo pi = (typeof(Button)).GetProperty("Events", BindingFlags.Instance |BindingFlags.NonPublic); //获取Button对象btn的事件处理程序列表Eve...
阅读全文
posted @ 2016-08-28 00:52
shiningrise
阅读(577)
推荐(0)
摘要:
http://www.cnblogs.com/GarsonZhang/p/5511427.html https://github.com/GarsonZhang/FileUpLoadAPI
阅读全文
posted @ 2016-08-25 20:46
shiningrise
阅读(361)
推荐(0)
摘要:
http://my.oschina.net/tanyixiu/blog/123832 目标服务器:targetServer 配置反向代理的服务器:reveseProxServer 1、确定最终访问的网址:比如www.baidu.com 、www.csdn.net等等。 当然你也可以自己在target
阅读全文
posted @ 2016-08-25 09:17
shiningrise
阅读(339)
推荐(0)
posted @ 2016-08-24 04:19
shiningrise
阅读(205)
推荐(0)
摘要:
七牛,又拍 http://www.qiniu.com/ https://www.upyun.com/index.html
阅读全文
posted @ 2016-08-23 00:23
shiningrise
阅读(138)
推荐(0)
摘要:
FileSystem C:\Temp\publish\01 False Release Any CPU False pubxml pubxml pubxml
阅读全文
posted @ 2016-08-16 15:08
shiningrise
阅读(194)
推荐(0)
摘要:
Mono Migration Analyzer (Moma) 是一个用于开发者使用的MS .net下开发的应用程序迁移到Mono平台的不兼容性检测工具。工具通过分析.dll或者.exe程序集的代码是否符合ECMA CLI,大家都知道符合ECMA CLI标准的.net 程序可以运行于MS .net和M
阅读全文
posted @ 2016-08-16 09:39
shiningrise
阅读(662)
推荐(0)
摘要:
http://www.lvdou111.com/
阅读全文
posted @ 2016-08-14 12:05
shiningrise
阅读(463)
推荐(0)
摘要:
http://www.crsky.com/soft/72908.html
阅读全文
posted @ 2016-08-14 01:00
shiningrise
阅读(592)
推荐(0)
摘要:
http://hd.ruanmei.com/
阅读全文
posted @ 2016-08-13 23:55
shiningrise
阅读(162)
推荐(0)
摘要:
https://msdn.microsoft.com/zh-cn/library/ms171466(v=vs.100).aspx
阅读全文
posted @ 2016-08-12 01:47
shiningrise
阅读(130)
推荐(0)
摘要:
public async Task CheckRfidAsync(RfidInfo rficInfo) { using (DbScopeFactory.CreateReadOnly()) { OperationResult result = OperationResult.NoChan...
阅读全文
posted @ 2016-08-11 13:09
shiningrise
阅读(165)
推荐(0)
摘要:
http://www.freesshd.com
阅读全文
posted @ 2016-08-11 00:26
shiningrise
阅读(123)
推荐(0)
摘要:
http://www.xlightftpd.com/cn/index.htm FileZilla Server官网:http://www.filezilla-project.org/
阅读全文
posted @ 2016-08-10 18:39
shiningrise
阅读(217)
推荐(0)
摘要:
#1. 新建一个pw.pl文件专门用来生成密码 #!/usr/bin/perl use strict; my $pw=$ARGV[0]; print crypt($pw,$pw)."\n"; #2. 修改Nginx配置文件,添加,用户名和密码存放的位置 auth_basic "nginx status"; auth_basic_user_file /usr/local/web/nginx.0...
阅读全文
posted @ 2016-08-08 22:43
shiningrise
阅读(733)
推荐(0)
摘要:
https://yq.aliyun.com/articles/55912 摘要: 什么是docker的link机制 同一个宿主机上的多个docker容器之间如果想进行通信,可以通过使用容器的ip地址来通信,也可以通过宿主机的ip加上容器暴露出的端口号来通信,前者会导致ip地址的硬编码,不方便迁移,并且容器重启后ip地址会改变,除非使用固定的ip,后者的通信方式比较单一,只能依靠监听在暴露出的端口的...
阅读全文
posted @ 2016-08-08 22:33
shiningrise
阅读(1030)
推荐(0)
摘要:
taken from https://docs.docker.com/compose/install/ the only thing is that /usr is read only, but /opt/bin is writable and in the path, so: sd-xx~ # mkdir /opt/bin sd-xx~ # curl -L https://github.com...
阅读全文
posted @ 2016-08-08 19:29
shiningrise
阅读(308)
推荐(0)
摘要:
经测试下面方法获取Mac跨平台 protected override void OnLoad(EventArgs e) { Response.Write(string.Join("", GetMacString())); Response.Write(""); base.OnLoad(e); ...
阅读全文
posted @ 2016-08-07 15:41
shiningrise
阅读(400)
推荐(0)
摘要:
public partial class Index : System.Web.UI.Page { protected override void OnLoad(EventArgs e) { Response.Write(typeof(System.Data.DataTable).AssemblyQualifiedName); Response.Write(""); ...
阅读全文
posted @ 2016-08-07 15:22
shiningrise
阅读(513)
推荐(0)
摘要:
一直发现 mono 的 traceback 没有 fliename、lineno,很奇怪。研究了下,原来编译和运行时要加参数的。 dmcs -debug /r:xunit.dll /t:library MyTest.cs mono --debug xunit.console.exe MyTest.d
阅读全文
posted @ 2016-08-06 23:36
shiningrise
阅读(391)
推荐(0)
摘要:
xcopy "$(ProjectDir)Admin" "$(SolutionDir)模块\CanDoo.Admin.WebHost\Admin" /e/h
阅读全文
posted @ 2016-08-06 18:58
shiningrise
阅读(183)
推荐(0)
摘要:
尝试加载应用时出现了以下错误。- 找不到包含 OwinStartupAttribute 的程序集。- 找不到包含 Startup 或 [AssemblyName].Startup 类的程序集。若要禁用 OWIN 启动发现,请在 web.config 中为 appSetting owin:Automa
阅读全文
posted @ 2016-08-06 16:47
shiningrise
阅读(2775)
推荐(0)
摘要:
namespace Microsoft.AspNet.Identity { public class PasswordHasher : IPasswordHasher { public virtual string HashPassword(string password) { return Crypto.HashPassword(password); } public...
阅读全文
posted @ 2016-08-05 16:21
shiningrise
阅读(477)
推荐(0)
摘要:
http://www.cnblogs.com/shanyou/archive/2013/06/14/3134921.html
阅读全文
posted @ 2016-08-05 15:35
shiningrise
阅读(157)
推荐(0)