上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 74 下一页
  2022年3月22日
摘要: 转自:https://blog.csdn.net/m0_54088427/article/details/125533191 先安装 docker 再创建两个目录: mkdir -p e:\Redis\conf mkdir -p e:\Redis\data 再准备一个 Redis 配置文件: htt 阅读全文
posted @ 2022-03-22 21:35 z5337 阅读(45) 评论(0) 推荐(0)
  2022年2月23日
摘要: 从官网下载 MongoDB 3.6 安装后,使用以下命令实现服务并打开对外监听 D:\Program Files\MongoDB\Server\3.6\bin>mongod --config "D:\Program Files\MongoDB\Server\3.6\bin\mongod.config 阅读全文
posted @ 2022-02-23 09:47 z5337 阅读(33) 评论(0) 推荐(0)
  2021年12月12日
摘要: 文章转自:https://blog.csdn.net/liaoyunjxn/article/details/100044104 包含下载链接:https://dotnet.microsoft.com/download 不管是使用.net core开发的是web api还是网站类的程序,只要是部署到I 阅读全文
posted @ 2021-12-12 12:00 z5337 阅读(796) 评论(0) 推荐(0)
  2021年12月10日
摘要: 来自:https://blog.csdn.net/m15188153014/article/details/52313667 VS2008环境下采用C#、.NET Compact Framework开发WinCE、Windows Mobile程序时,编译项目非常慢,有时候需要几分钟甚至十几分钟,如果 阅读全文
posted @ 2021-12-10 15:16 z5337 阅读(147) 评论(0) 推荐(0)
  2021年12月5日
摘要: 来自:https://github.com/scottplot/scottplot 使用特别简单: Nuget 中添加 ScottPlot.WinForms,然后拖动控件到窗体(v4.7.2),写下以下代码到窗体加载事件即可: double[] xs = new double[] {1, 2, 3, 阅读全文
posted @ 2021-12-05 00:26 z5337 阅读(1496) 评论(0) 推荐(0)
  2021年11月29日
摘要: 转自:https://www.cnblogs.com/jwlfpzj/p/7997774.html /* * .serializeObject (c) Dan Heberden * danheberden.com * * Gives you a pretty object for your form 阅读全文
posted @ 2021-11-29 12:26 z5337 阅读(74) 评论(0) 推荐(0)
  2021年11月28日
摘要: 转自:https://blog.csdn.net/weixin_42299873/article/details/113952381 在MySQL中,数据库对应数据目录中的目录。数据库中的每个表至少对应数据库目录中的一个文件(也可能是多个,取决于存储引擎)。因此,所使用操作系统的大小写敏感性决定了数 阅读全文
posted @ 2021-11-28 08:46 z5337 阅读(925) 评论(0) 推荐(0)
  2021年11月11日
摘要: 来自: https://www.cnblogs.com/webapi/p/10550185.html 1、$("#form1").serialize() 把form表单的值序列化成一个字符串,如username=admin&password=admin123 <form id="form1"> <i 阅读全文
posted @ 2021-11-11 00:15 z5337 阅读(101) 评论(0) 推荐(0)
  2021年9月16日
摘要: 来自:https://github.com/loadchange/gwm/blob/HEAD/README-CN.md 使用方式: <script> gwm.creation({ destroy: false, }); var type = ''; $('.btn-apply').click(fun 阅读全文
posted @ 2021-09-16 18:58 z5337 阅读(125) 评论(0) 推荐(0)
  2021年9月6日
摘要: // <![CDATA[ <-- For SVG support if ('WebSocket' in window) { (function () { function refreshCSS() { var sheets = [].slice.call(document.getElementsBy 阅读全文
posted @ 2021-09-06 22:49 z5337 阅读(123) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 74 下一页