自建github文件下载加速站点,支持release、archive以及文件,彻底解决国内GitHub下载慢的问题。 加速站点:https://odd-snowflake-18ae.lx164.workers.dev/ 直接访问即可。 站点按照这位大佬的开源项目搭建https://github.co ...
分类:
其他好文 时间:
2020-06-05 20:49:05
阅读次数:
250
https://www.cnblogs.com/myshell/archive/2010/05/09/1731269.html 在ASP.NET MVC中,Html辅助方法给我们程序员带来很多方便,其重要性也就不言自明。有时候,我们不想重复地写一些HTML代码,或者MS没有提供我们想要的那个HTML ...
分类:
Web程序 时间:
2020-06-04 01:39:25
阅读次数:
92
修改默认 http { include mime.types; #default_type application/octet-stream default_type text/html 1、什么是MIME-TYPE?MIME——Multipurpose Internet Mail Extensio ...
分类:
其他好文 时间:
2020-06-03 13:38:00
阅读次数:
203
Qt 所有版本官方下载地址 1.所有版本QT下载地址 : Index of /archive/qt 2. 所有Qt Creator下载地址: Index of /archive/qtcreator 3. 所有Qt VS开发插件下载地址: Index of /archive/vsaddin 4.Qt官 ...
分类:
其他好文 时间:
2020-06-02 21:40:06
阅读次数:
245
参考链接 https://www.cnblogs.com/gsk99/archive/2010/12/13/1904557.html 总结如下: ref 传入的时候,必须要对其赋值 out 离开的时候,必须要对其赋值 例子: ref class RefExample { static void Me ...
sonarqube && sonar-scanner link sonarqube download archive github-sonarqube sonarqube-7.9.3-lts sonarqube-lts-7.9 requirement link opt-env openjdk-11 ...
分类:
其他好文 时间:
2020-06-02 12:53:12
阅读次数:
58
SQL优化 – 写SQL语句用大写字母: 因为Oracle总是先解析SQL语句,把小写的字母转换成大写字母再执行。 – 尽量不要使用SELECT * 查询: 数据库在解析的过程中会将 * 依次转换成所有的列名,这个工作是通过查询数据字典完成的,这意味着将耗费更多的时间。 – 用 >= 替代 >: 高 ...
分类:
数据库 时间:
2020-05-31 21:45:33
阅读次数:
107
git:git@github.com:ccx19930930/services_register_and_discovery.git 参考链接:https://www.cnblogs.com/haippy/archive/2013/02/21/2920280.html base_class.h 1 ...
分类:
编程语言 时间:
2020-05-30 20:16:08
阅读次数:
68
在面试的时候突然遇到一个问题,面试官给出一个字符串数组,我该怎么去保存这个字符串数组呢,保存好以后又怎么把这个字符串数组利用起来, 我一开始想到的是用vector<string>存储, vector<string> vecstr={"i","work","at","byte","bytedance" ...
分类:
编程语言 时间:
2020-05-30 20:02:54
阅读次数:
100
git:git@github.com:ccx19930930/services_register_and_discovery.git 参考链接:https://www.cnblogs.com/haippy/archive/2013/02/21/2920280.html down_service_mg ...
分类:
编程语言 时间:
2020-05-30 19:55:01
阅读次数:
56