码迷,mamicode.com
首页 >  
搜索关键字:archive    ( 14444个结果
自建github文件下载加速站点,支持release、archive以及文件,彻底解决国内GitHub下载慢的问题
自建github文件下载加速站点,支持release、archive以及文件,彻底解决国内GitHub下载慢的问题。 加速站点:https://odd-snowflake-18ae.lx164.workers.dev/ 直接访问即可。 站点按照这位大佬的开源项目搭建https://github.co ...
分类:其他好文   时间:2020-06-05 20:49:05    阅读次数:250
【草稿】自定义ASP.NET MVC Html辅助方法
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
nginx访问静态文件不下载,修改默认流下载
修改默认 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 所有版本官方下载地址
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
C# ref与out
参考链接 https://www.cnblogs.com/gsk99/archive/2010/12/13/1904557.html 总结如下: ref 传入的时候,必须要对其赋值 out 离开的时候,必须要对其赋值 例子: ref class RefExample { static void Me ...
分类:Windows程序   时间:2020-06-02 18:57:43    阅读次数:66
sonarqube && sonar-scanner
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优化 – 写SQL语句用大写字母: 因为Oracle总是先解析SQL语句,把小写的字母转换成大写字母再执行。 – 尽量不要使用SELECT * 查询: 数据库在解析的过程中会将 * 依次转换成所有的列名,这个工作是通过查询数据字典完成的,这意味着将耗费更多的时间。 – 用 >= 替代 >: 高 ...
分类:数据库   时间:2020-05-31 21:45:33    阅读次数:107
zookeeper 实现一个简单的服务注册与发现(C++) 二:注册
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
zookeeper 实现一个简单的服务注册与发现(C++) 三:服务发现
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
14444条   上一页 1 ... 18 19 20 21 22 ... 1445 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!