上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: //动态链接库中ClsPublic类有一变量 private static string key="1111"; //下面通过反射的技术修改和获取值 //设置key public static void updatePalmKey(string key = "test") { BindingFlag 阅读全文
posted @ 2019-10-12 13:55 德丽莎·阿波卡利斯 阅读(3659) 评论(0) 推荐(0) 编辑
摘要: 第一章: 第二章: 第三章 第四章 第五章 第六章 第七章 第八章 第九章 第十章 第十一章 tab 和 日期控件(dtpicker, monthCalendar) 代码 说明 DateTimeFormatInfo属性 D, dd 缩简day日期, 两位day日期 Ddd, dddd 星期简称, 星 阅读全文
posted @ 2019-09-21 11:42 德丽莎·阿波卡利斯 阅读(413) 评论(0) 推荐(0) 编辑
摘要: Apache 反向代理设置 MarcusMa 关注 2017.07.02 15:39* 字数 106 阅读 1728评论 0喜欢 3 Apache24(window) 1. 需要开启的模块 编辑../Apache24/conf/httpd.conf文件,去掉如下模块前的#: LoadModule a 阅读全文
posted @ 2019-02-01 10:01 德丽莎·阿波卡利斯 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 修改该异常方法,将是数组的返回进行json_encode 在获得$content的下一行增加下面一行: 修改结果: 阅读全文
posted @ 2019-01-29 15:03 德丽莎·阿波卡利斯 阅读(1172) 评论(0) 推荐(0) 编辑
摘要: 有时候,我们读取一个图片或文件的时候,我们不知道图片和文件是否存在。所以可以事先判断一下图片和文件在服务器上是否存在。 有时候,我们读取一个图片或文件的时候,我们不知道图片和文件是否存在。所以可以事先判断一下图片和文件在服务器上是否存在。 有时候,我们读取一个图片或文件的时候,我们不知道图片和文件是 阅读全文
posted @ 2019-01-23 16:23 德丽莎·阿波卡利斯 阅读(766) 评论(0) 推荐(0) 编辑
摘要: linux 创建连接命令 ln -s 软连接 2016年12月08日 21:18:46 _noname 阅读数:38169 标签: linuxln 更多 个人分类: Linux 版权声明:本文为博主原创文章,转载请加转载地址http://blog.csdn.net/williamfan21c|Cop 阅读全文
posted @ 2019-01-18 14:25 德丽莎·阿波卡利斯 阅读(2070) 评论(0) 推荐(0) 编辑
摘要: 127.0.0.1 myhost.com 阅读全文
posted @ 2019-01-10 09:31 德丽莎·阿波卡利斯 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/sbaicl/articles/3132010.html https://blog.csdn.net/wengzilai/article/details/78871414 2 阅读全文
posted @ 2019-01-03 12:04 德丽莎·阿波卡利斯 阅读(110) 评论(0) 推荐(0) 编辑
摘要: https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-centos-7 如何在CentOS 7上设置Apache虚拟主机 发表于2014年11月5日 752.1k 查看APACHE 阅读全文
posted @ 2019-01-03 10:25 德丽莎·阿波卡利斯 阅读(434) 评论(0) 推荐(0) 编辑
摘要: Scaffold-DbContext "server=【IP地址】;userid=【root】;pwd=【密码】;port=3306;database=【数据库名】;sslmode=none;" Pomelo.EntityFrameworkCore.MySql -OutputDir Model -Context 【ExampleContext】 -Force 阅读全文
posted @ 2019-01-02 19:21 德丽莎·阿波卡利斯 阅读(186) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页