码迷,mamicode.com
首页 >  
搜索关键字:beijing    ( 690个结果
zoj-2970-Faster, Higher, Stronger
DescriptionIn the year 2008, the 29th Olympic Games will be held in Beijing. This will signify the prosperity of China and Beijing Olympics is to be a festival for people all over the world as well.The...
分类:其他好文   时间:2016-05-13 02:23:54    阅读次数:187
UVA 1335 Beijing Guards
题目: M - Beijing Guards Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Practice UVA 1335 Description Beijing was once surrounded by four rings of city walls: ...
分类:其他好文   时间:2016-05-12 21:58:09    阅读次数:181
AYITACM2016省赛第三周M - Beijing Guards(贪心+二分)
Beijing was once surrounded by four rings of city walls: the Forbidden City Wall, the Imperial City Wall, the Inner City Wall, and ?nally the Outer City Wall. Most of these walls were demolished in ...
分类:其他好文   时间:2016-05-07 10:51:18    阅读次数:167
继承中的构造方法
packagelc1;publicclassPerson{privateStringname;privateStringlocation;Person(Stringname){this.name=name;location="beijing";}Person(Stringname,Stringlocation){this.name=name;this.location=location;}publicStringinfo(){return"name:"+name+"location:"+location;}}..
分类:其他好文   时间:2016-05-03 14:44:13    阅读次数:141
使用 redis (基础, key操作, string类型操作)
使用redisset 类型: 没有重复元素list 链表类型 有重复累型sort set 类型 没有重复元素1.1 存储数据 读取数据 // 数据储存在 内存中 set name laowen // OK 表示成功 set age 22 // ok 表示成功 set add beijing // O ...
分类:其他好文   时间:2016-04-28 23:50:12    阅读次数:428
Myjdbc反向代理简易框架
源码地址:https://github.com/beijing-penguin/Myjdbc 我为什么要写这个Myjdbc? 毕业后的一段时间一直在用hibernate,和mybatis框架,后来感觉这种框架太繁琐,比如,现在要用java读取客户给的一个excel表格,读取里面的数据后插入到数据库, ...
分类:数据库   时间:2016-04-16 07:03:04    阅读次数:839
中国气象台api
1. XML接口 http://flash.weather.com.cn/wmaps/xml/china.xml 这个是全国天气的根节点,列出所有的省,其中的pyName字段是各个省XML的文件名,比如北京的是beijing,那就意味着北京的XML地址为 http://flash.weather.c ...
分类:Windows程序   时间:2016-04-04 16:12:31    阅读次数:263
根据《linux兵书》目录 在kali上操作 第7章 Shell的使用
7.1 创建和执行Shell程序 148 7.2 变量 149 7.2.1 给变量赋值 150 shell中使用“=”进行变量赋值,也可以用等号来改变或初值化一个变量的值 7.2.2 访问变量 150 7.3 位置参数 150 beijing is a beautiful 7.4 内部变量 151 ...
分类:系统相关   时间:2016-04-02 18:50:29    阅读次数:154
bzoj 2661: [BeiJing wc2012]连连看
网络流如果满足条件,x向y‘连费用为z的边,y向x’连费用为z的边,最后除2便是答案。
分类:其他好文   时间:2016-03-22 06:28:40    阅读次数:148
Linux修改时间时区并在Tomcat中生效
Linux查看当前时间时区linux:~ # datelinux:~ # date –Rlinux:~ # zdump -v /usr/share/zoneinfo/Asia/Beijing 查看时区情况Linux修改时区linux:~ # tzselectlinux:~ # cp /usr/sha
分类:系统相关   时间:2016-03-21 12:19:41    阅读次数:491
690条   上一页 1 ... 42 43 44 45 46 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!