HDU - 4283 DescriptionThe TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold th ...
分类:
其他好文 时间:
2019-12-20 23:50:31
阅读次数:
98
//自动列宽 function autoFitColumns(girdId) { var $grid = $('#' + girdId).find('table'); $grid.css('width', 'auto'); var $tHeadThs = $($grid[0]).find('th') ...
分类:
其他好文 时间:
2019-12-20 13:45:14
阅读次数:
91
本文主要对常用的文本检测模型算法进行总结及分析,有的模型笔者切实run过,有的是通过论文及相关代码的分析,如有错误,请不吝指正。 一下进行各个模型的详细解析 CTPN 详解 代码链接:https://github.com/xiaofengShi/CHINESE-OCR CTPN是目前应用非常广泛的印 ...
分类:
其他好文 时间:
2019-12-19 23:21:01
阅读次数:
221
func (this *LoadBalance) RoundRobinByWeight3() *HttpServer { //平滑加权轮询 for _, s := range this.Servers { s.CWeight = s.CWeight + s.Weight } sort.Sort(th... ...
分类:
编程语言 时间:
2019-12-19 23:18:36
阅读次数:
131
func (this *LoadBalance) SelectByWeightBetter(ip string) *HttpServer { rand.Seed(time.Now().UnixNano()) sumList := make([]int, len(this.Servers)) //th... ...
分类:
编程语言 时间:
2019-12-19 23:14:48
阅读次数:
125
点击全选下面单独的肉也会全选,再次点击取消 一个一个点击肉,点完--全选也会被选上 HTML代码 CSS略 <table> <tr> <th> <input type="checkbox" id="checkAll" /> 全选/全不选 </th> <th>名字</th> <th>店铺</th> < ...
分类:
Web程序 时间:
2019-12-19 23:10:51
阅读次数:
101
1. http://zh.highscore.de/cpp/boost/ 第七章 2. https://mmoaay.gitbooks.io/boost asio cpp network programming chinese/content/ 3. boost::asio::ip::tcp实现网络 ...
分类:
其他好文 时间:
2019-12-19 09:41:30
阅读次数:
122
<table width="400px" border="1" cellpadding="1" cellspacing="1"> <caption>学生成绩表</caption> <tr><th>学号</th><th>期中</th><th>期末</th><th>总评</th></tr> <tr><t ...
分类:
Web程序 时间:
2019-12-18 19:03:01
阅读次数:
152
macos系统 的item2软件 的 Shell Integration (ftp传输) 功能强大,无需 安装其他ftp软件,也是为了保证 密码安全 在使用时报错如下(因为本地 ping不通): Failed to connect to xxxxxx:22. Double-check that th ...
分类:
系统相关 时间:
2019-12-17 22:48:02
阅读次数:
175
链接: 提取码:usx8 VsCode扩展功能强大,在于他可以安装各种各样的插件来辅助开发。下面是我常用的vscode开发插件 _Chinese_ 汉化 Beautify 格式化javascript,JSON,CSS,Sass,和HTML open in brower 右键选择此编辑页面用浏览器打开 ...
分类:
Web程序 时间:
2019-12-17 20:20:03
阅读次数:
162