摘要:
官网地址:https://www.jstree.com/ json返回参数格式:推荐第二种方式 不需要在重新拼接返回格式 不刷新页面重新初始化 jstree时使用:$.jstree.destroy() 注销已初始化的数据 虚线设置:在 plugins中添加wholerow。如: plugins: [ 阅读全文
摘要:
用于记录在项目中使用到的方法、属性、操作,持续更新中 .net core 开源地址 获取项目路径 var currentPath= string.Format("{0}App_Data", AppContext.BaseDirectory);var path = Directory.GetCurre 阅读全文
摘要:
日常基本使用的一些操作,持续完善中: 设置按钮圆角:border-radius:5px; 设置高度:height: 30px; 设置宽度:width: 64px; 使用span标签内容过长自动换行解决: style="word-warp:break-word;word-break:break-all 阅读全文
摘要:
日常使用中的操作记录,持续更新中: jquery.form.js表单ajax提交设置 var options = { //target: '#input', //把服务器返回的内容放入id为input的元素中 beforeSubmit: function () { }, //提交前的回调函数 suc 阅读全文
摘要:
win 下的安装参考地址:https://www.cnblogs.com/miskis/p/5957091.html 卸载现有mysql重新安装参考地址:https://www.jianshu.com/p/7b8c4dea6829 获取最新的rpm地址:https://dev.mysql.com/d 阅读全文
摘要:
supervisor:C/S架构的进程控制系统,可使用户在类UNIX系统中监控、管理进程。常用于管理与某个用户或项目相关的进程。 组成部分supervisord:服务守护进程supervisorctl:命令行客户端Web Server:提供与supervisorctl功能相当的WEB操作界面XML- 阅读全文
摘要:
原文地址:http://www.cnblogs.com/ants/p/5732337.html#_label5 参考地址:http://www.cnblogs.com/hustskyking/p/nginx-configuration-start.html 相关命令: nginx -s reload 阅读全文
摘要:
//解决多模态框bug $(".modal").on("hidden.bs.modal", function() { $("body").addClass("modal-open"); $(".modal.fade.in").css("display","block"); ... 阅读全文
摘要:
参考:http://www.07net01.com/2016/08/1638058.html http://www.cnblogs.com/calvinK/p/5628298.html http://www.mamicode.com/info-detail-1535706.html http://w 阅读全文
摘要:
一、开发环境准备 1、安装Visual Studio 2015,我这里安装的是专业版。 2、安装.NET Core SDK相关 下载列表: https://www.microsoft.com/net/download/core 参考链接:http://www.cnblogs.com/fonour/p 阅读全文