摘要: C# 开源框架(整理) C# 开源框架(整理) Json.NET http://json.codeplex.com/Json.Net 是一个读写Json效率比较高的.Net框架.Json.Net 使得在.Net环境下使用Json更加简单。通过Linq To JSON可以快速的读写Json,通过Jso 阅读全文
posted @ 2019-08-05 00:44 *frong 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 原来pip能干这么多事情!幸福感暴涨! 清华大学python开源镜像网址: https://pypi.tuna.tsinghua.edu.cn/simple/ 例:pip install/uninstall XXX i PIP 安装 sudo easy_install pip 列出已安装的包 pip 阅读全文
posted @ 2019-08-05 00:19 *frong 阅读(255) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/anzhiwu815/p/5907033.html 阅读全文
posted @ 2019-07-31 09:31 *frong 阅读(97) 评论(0) 推荐(0) 编辑
摘要: CentOS6最常用命令及快捷键整理 https://blog.csdn.net/qq_40147863/article/details/81609712 【Linux】CentOS7 常用命令集合 https://blog.csdn.net/o0DarkNessYY0o/article/detai 阅读全文
posted @ 2019-07-30 01:29 *frong 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-30 01:01 *frong 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Aliyun ECS 服务器配置记录 1. 安装了Apache 没有设置开机启动服务器服务,因此当shutdown或服务器实例重启,需要输入命令// service httpd start // ,启动Apache服务。 2. 安装了lrzsz 阅读全文
posted @ 2019-07-29 09:36 *frong 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 填坑。 网上的办法试了一遍,都没用。 最后是群里的老哥给我发了一链接,才终于知道哪里出问题了。 使用Windows 10系统进行远程连接时,远程桌面连接输入用户名和密码以后提示“您的凭据不工作”无法登陆。 原因:https://support.microsoft.com/en-us/help/409 阅读全文
posted @ 2018-05-25 22:05 *frong 阅读(3330) 评论(0) 推荐(0) 编辑
摘要: 1.使用Boolean(value)方法可以强制转换任意值为boolean类型,除了以下六个值,其他都是自动转为true: undefined null -0 +0 NaN ‘ ’(空字符串) 阅读全文
posted @ 2018-02-17 13:45 *frong 阅读(732) 评论(0) 推荐(0) 编辑
摘要: 要小心了,由于JavaScript引擎在行末自动添加分号的机制; ES6 增加了 map() 和 set() ; 阅读全文
posted @ 2018-02-13 00:46 *frong 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-12 00:42 *frong 阅读(120) 评论(0) 推荐(0) 编辑