码迷,mamicode.com
首页 >  
搜索关键字:chinese    ( 1862个结果
1070 Mooncake 贪心
Mooncake is a Chinese bakery product traditionally eaten during the Mid-Autumn Festival. Many types of fillings and crusts can be found in traditional ...
分类:其他好文   时间:2019-08-17 21:51:53    阅读次数:100
hdu 4553 约会安排 (两个线段树维护区间)
include include include include include include include include define ll long long define FOR(i,l,r) for(int i = l ; i pii; const int N = 1e5+30; int ...
分类:其他好文   时间:2019-08-15 18:54:20    阅读次数:93
解决centos chrome浏览器页面中文显示为方框
centos安装完成后在chrome中所有中文都显示为方框,解决办法:执行如下三条命令 yum groupinstall "X Window System" -y yum -y groupinstall chinese-support yum -y groupinstall Fonts ...
分类:其他好文   时间:2019-08-09 19:15:55    阅读次数:282
UG的初始环境
如何设置UG的初始环境?UG环境变量大全 1、UG语言界面系统环境变量 UGII_LANG=simol_chinese简体中文菜单界面 UGII_LANG=english英文菜单界面 UGII_LANG=french法语菜单界面 UGII_LANG=german德语菜单界面 UGII_LANG=ja ...
分类:其他好文   时间:2019-08-09 13:46:02    阅读次数:160
1121 Damn Single (25 分)
1121 Damn Single (25 分) 1121 Damn Single (25 分) 1121 Damn Single (25 分) "Damn Single (单身狗)" is the Chinese nickname for someone who is being single. Y ...
分类:其他好文   时间:2019-08-09 13:11:19    阅读次数:68
Havel–Hakimi algorithm(判断度数序列是否可图)
问题 J: Degree Sequence of Graph G 题目描述 Wang Haiyang is a strong and optimistic Chinese youngster. Although born and brought up in the northern inland c ...
分类:其他好文   时间:2019-08-07 21:02:04    阅读次数:191
全库修改SQL Server现有排序规则
全库修改SQL Server现有排序规则,无法解决 equal to 运算中 "SQL_Latin1_General_CP1_CI_AS" 和 "Chinese_PRC_CI_AS" 之间的排序规则冲突。 ...
分类:数据库   时间:2019-07-26 14:32:46    阅读次数:133
rust琐碎
更新 rust圣经 https://doc.rust-lang.org/book/ 一份中文的手册,忘了从哪点进去的 https://kaisery.gitbooks.io/rust-book-chinese/content/content/Getting%20Started%20%E5%87%86 ...
分类:其他好文   时间:2019-07-22 09:59:05    阅读次数:112
【The 13th Chinese Northeast Collegiate Programming Contest E题】
题目大意:给定一棵 N 个点的树,边有边权,定义“线树”为一个图,其中图的顶点是原树中的边,原树中两条有公共端点的边对应在线图中存在一条边,边权为树中两条边的边权和,求线图的最小生成树的代价是多少。 题解: 对于树中的一个顶点来说,假设有 M 条边以该顶点为一个端点,那么这 M 条边对应到线图中的顶 ...
分类:其他好文   时间:2019-07-20 13:16:27    阅读次数:105
ivy使用Maven阿里云镜像的问题
ivy默认使用的Maven仓库下载速度有点慢,所以想改成国内的,添加如下resolver: 但是在下载依赖 jar 的时候提示错误,提示 response code 不正确,抓取下载链接发现阿里云的会进行302跳转,应该是resolver没有处理这种情况。 ...
分类:其他好文   时间:2019-07-16 18:59:21    阅读次数:175
1862条   上一页 1 ... 20 21 22 23 24 ... 187 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!