xml是实现不同语言或程序之间进行数据交换的协议,跟json差不错,但json使用起来更简单,不过,古时候,在json还没诞生的黑暗年代,大家只能使用xml。 xml的格式:就是通过<>节点来进行的。 1 <?xml version="1.0"?> 2 <data> 3 <country name= ...
分类:
编程语言 时间:
2017-08-13 15:15:18
阅读次数:
183
PDO扩展操作 PDO::ERRMODE_EXCEPTION)); }catch(PDOException $e) { echo 'Connection failed: ' . $e->getMessage(); } //事务使用 - beginTransaction(),commit(),roll... ...
分类:
数据库 时间:
2017-08-12 01:04:42
阅读次数:
276
Windy has a country, and he wants to build an army to protect his country. He has picked up N girls and M boys and wants to collect them to be his sol ...
分类:
其他好文 时间:
2017-08-11 23:52:01
阅读次数:
208
1、实体类 3、Mapper文件 4、测试类 ...
分类:
其他好文 时间:
2017-08-11 17:47:37
阅读次数:
185
These are N cities in Spring country. Between each pair of cities there may be one transportation track or none. Now there is some cargo that should b ...
分类:
其他好文 时间:
2017-08-11 10:03:00
阅读次数:
223
Being a knight is a very attractive career: searching for the Holy Grail, saving damsels in distress, and drinking with the other knights are fun thin ...
分类:
其他好文 时间:
2017-08-10 22:24:37
阅读次数:
182
正则 (?<logstream_country_isp_province>\d+\.\d+\.\d+\.\d+).*? \[(?<logstream_timestamp>\d+\/\w+\/\d+:\d+:\d+:\d+).*? \"(?<http_method>\S+) .*?v.gif\?.*? ...
分类:
其他好文 时间:
2017-08-10 20:49:58
阅读次数:
196
There is a table World A country is big if it has an area of bigger than 3 million square km or a population of more than 25 million. Write a SQL solu ...
分类:
其他好文 时间:
2017-08-09 23:50:35
阅读次数:
248
Problem Description You are the hero who saved your country. As promised, the king will give you some cities of the country, and you can choose which ...
分类:
其他好文 时间:
2017-08-08 13:53:07
阅读次数:
111
这一节我们来学习java语言中一个新的keyword就是statickeyword。 当然对于每个keyword,我们都要明白的是它有什么作用,怎么用。我们先来看一个样例: class Person { String name;//姓名 String country = "中国";//国籍 publ ...
分类:
编程语言 时间:
2017-08-07 19:29:37
阅读次数:
173