上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 65 下一页
摘要: var uuid = Guid.NewGuid().ToString(); // 9af7f46a-ea52-4aa3-b8c3-9fd484c2af12 var uuidN = Guid.NewGuid().ToString("N"); // e0a953c3ee6040eaa9fae2b667060e09 var uuidD = Guid.Ne... 阅读全文
posted @ 2018-12-27 16:01 94cool 阅读(778) 评论(0) 推荐(0)
摘要: from:https://blog.csdn.net/qq_29011299/article/details/81137980 using(Bitmap bmp=new Bitmap(300,50)) { using(Graphics g=Graphics.FromImage(bmp)) { g.Clear(Color.WhiteSm... 阅读全文
posted @ 2018-11-07 09:07 94cool 阅读(1073) 评论(0) 推荐(0)
摘要: 1、auto close tag2、chinese language pack for visual studio code3、debugger for chrome4、docker5、html css support6、typescript importer7、vetur 阅读全文
posted @ 2018-10-26 15:38 94cool 阅读(256) 评论(0) 推荐(0)
摘要: 初中历史的学习很简单,只要孩子们能够掌握一个正确的记忆方法,帮助提高学习效率,所以,只需要找对方法,成绩自然而然就上去了! 历史记忆最好的方法就是梳理年代轴,若能把这个梳理清楚,初中历史基本上就搞定了一半。 阅读全文
posted @ 2018-10-25 09:52 94cool 阅读(238) 评论(0) 推荐(0)
摘要: set @keyWord='我的'; select * from tblcontent where content like CONCAT('%',@keyWord,'%') 阅读全文
posted @ 2018-10-19 11:50 94cool 阅读(5081) 评论(0) 推荐(0)
摘要: 1、Docker镜像文件:lails.server.demo:1.0, 2、登录Docker:docker login【根据提示输入用户名/密码】 3、执行:docker push lails.server.demo:1.0【提示denied: requested access to the res 阅读全文
posted @ 2018-10-19 10:25 94cool 阅读(862) 评论(0) 推荐(0)
摘要: 1、.Net Core项目【Lails.Server.Demo】发布到目录下Lails.Server.Demo\bin\Release\netcoreapp2.1\publish 2、上面目录下新建文件Dockerfile: # 父镜像 FROM microsoft/dotnet:2.1-aspne 阅读全文
posted @ 2018-10-18 17:28 94cool 阅读(2070) 评论(0) 推荐(0)
摘要: Windows下安装MySql5.7(解压版本) 1、 官方地址下载MySql Server 5.7 2、 解压文件到目录d:\Soft\mysql57下 3、 在上面目录下创建文件my.ini,内容如下: [mysql] # 设置mysql客户端默认字符集 default-character-se 阅读全文
posted @ 2018-10-15 17:53 94cool 阅读(8135) 评论(0) 推荐(3)
摘要: from: https://blog.csdn.net/osdfhv/article/details/79062427 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495 阅读全文
posted @ 2018-09-15 22:37 94cool 阅读(3459) 评论(0) 推荐(0)
摘要: from:https://segmentfault.com/a/1190000015831092 npm install --save-dev swiper@3.4.2 阅读全文
posted @ 2018-09-15 20:39 94cool 阅读(2971) 评论(5) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 65 下一页