上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页

2019年10月4日

使用solr将CSV/XML/DB/JSON数据发布为Rest Service

摘要: Download http://lucene.apache.org/solr/downloads.html Apache Solr入门基础——Windows下安装与配置 https://blog.csdn.net/wsxsxz_/article/details/62048595 Start $ cd 阅读全文

posted @ 2019-10-04 03:11 白马酒凉 阅读(248) 评论(0) 推荐(0) 编辑

2019年9月28日

检验多个xsd的xml是否合法

摘要: Java - 使用 XSD 校验 XML https://www.cnblogs.com/huey/p/4600817.html 这种方法不支持多个xsd文件,会报错 可以使用XMLBeans Tools来验证,3.1的版本用起来有问题,后来用2.6版本的就OK了 利用xmlbeans工具对xml格 阅读全文

posted @ 2019-09-28 17:47 白马酒凉 阅读(473) 评论(0) 推荐(0) 编辑

Eclipse 打包运行maven项目

摘要: https://www.cnblogs.com/tangshengwei/p/6341462.html 阅读全文

posted @ 2019-09-28 16:18 白马酒凉 阅读(338) 评论(0) 推荐(0) 编辑

2019年9月2日

【转载】Visual Studio Code 构建 C/C++ 开发环境

摘要: https://www.cnblogs.com/XieSir/articles/8288051.html 1. 安装 MinGW Distro / MinGW / GNU GCC 中的任何一款,( Windows 下的 VS Code 暂不支持 CLang )。 2. 安装 VS Code 3. C 阅读全文

posted @ 2019-09-02 07:53 白马酒凉 阅读(500) 评论(0) 推荐(0) 编辑

2019年9月1日

【转载】Visual Studio(VS) F12 查看DLL源代码

摘要: https://www.cnblogs.com/zhaoqingqing/p/6751757.html esharper官网:https://www.jetbrains.com/resharper/ 1、安装好Visual Studio,和Resharper(默认会勾选安装Dot peek) 2、打 阅读全文

posted @ 2019-09-01 17:57 白马酒凉 阅读(2781) 评论(0) 推荐(0) 编辑

.Net Core

摘要: web dotnet new mvc dotnet run .net console mkdir apptest1 cd apptest1 dotnet new console dotnet add package Figgle dotnet publish -r win10-x64 /p:Publ 阅读全文

posted @ 2019-09-01 17:54 白马酒凉 阅读(123) 评论(0) 推荐(0) 编辑

wget递归下载网站资源

摘要: wget -r -p -np -k http://archive.openwrt.org/barrier_breaker/14.07/ramips/mt7620a/packages/ 在下载https站点时: ERROR: certificate common name `*.c.ssl.fastl 阅读全文

posted @ 2019-09-01 02:02 白马酒凉 阅读(435) 评论(0) 推荐(0) 编辑

2019年8月31日

[转贴] bu AU3脚本录制工具(软件自动化安装的最简便的方法)

摘要: http://www.autoitx.com/thread-15419-1-1.html 1,打开一个.au3的文档或者新建一个.au3的文档,用SciTE编辑;2,按下ALT+F6,弹出下面的对话框(AU3Record3.1)或者好像新版本编辑器里面没这个快捷方式,需要手动执行这个软件目录是:Au 阅读全文

posted @ 2019-08-31 19:15 白马酒凉 阅读(1238) 评论(0) 推荐(0) 编辑

2019年7月30日

Go语言实现简单的一个静态WEB服务器

摘要: https://www.cnblogs.com/pu369/p/5899198.html 在生成的EXE文件所在目录中创建www子目录,在该目录中放web静态文件。 以上是静态文件使用http.FileServer,那么动态文件则用http.HandleFunc 阅读全文

posted @ 2019-07-30 22:44 白马酒凉 阅读(606) 评论(0) 推荐(0) 编辑

2019年7月21日

[转载]XML非法字符的处理

摘要: https://blog.csdn.net/qq_36330228/article/details/84779390 static void Main(string[] args) { string str = "Canon \"LCIXUS3< Soft>her\x00 Car\x08r'y Ca 阅读全文

posted @ 2019-07-21 02:19 白马酒凉 阅读(268) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页

导航