php中的字符串指的是字符的序列,可以通过三种方式初始化:单引号、双引号和使用here document(heredoc) 形式。 一:单引号时 ①:需要转义的特殊字符:反斜杠和单引号。 ②:因为php不会检查单引号字符串中的插入变量和任何转义序列,所以相比,单引号字符串直观和速度...
分类:
Web程序 时间:
2014-10-03 02:17:33
阅读次数:
290
__str__ is a special method name, like __init__, that is supposed to return a string representation of an object.For example, here is a str method for...
分类:
其他好文 时间:
2014-10-02 23:16:43
阅读次数:
173
jQuery中为我们提供了很多有用的方法和属性,自己总结的一些常用的函数,方法。个人认为在开发中会比较常用的,仅供大家学习和参考。jQuery事件处理ready(fn)代码:$(document).ready(function(){// Your code here...});作用:它可以极大地提高...
分类:
Web程序 时间:
2014-10-02 12:45:22
阅读次数:
289
链接:here~~~分割最多的数,使得分割的数连接在一起,得到原来的数,(分割的数大的放前面,两个数合并 比较此数大于后面的数,否则合并成一个数,不能分割,0不能单独存在)#includeusing namespace std;int main(){ string s; int i , ...
分类:
其他好文 时间:
2014-10-02 11:42:52
阅读次数:
157
Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321click to show spoilers.Have you thought about this?Here are som...
分类:
其他好文 时间:
2014-10-02 01:43:12
阅读次数:
140
题目链接:here~~~本题巧妙运用并查集记录每个点的前驱,更快查找出来目标状态(而且排序更加巧妙)代码某位大牛所写ORZ#include#include#include#includeusing namespace std;pair p[50005];int father[50005];int f...
分类:
其他好文 时间:
2014-10-02 00:01:01
阅读次数:
258
原文Office 365 – Exchange Online examples2012 is upon us and here’s wishing you all a very happy and prosperous new year! Last year we’ve taken a quick ...
分类:
其他好文 时间:
2014-10-01 13:51:11
阅读次数:
447
动态添加元素的事件如果用on方法,要改成另一种写法$(document).on('click', '#list li', function() { //function code here.});
分类:
Web程序 时间:
2014-09-30 16:25:49
阅读次数:
136
转自here我一向坚持的原则,那就是任何东西的根本性的,本质上的原理以及背后的思想都是及其简单的,所谓的复杂性都是优化与策略化的扩展带来的,正如TCP一样,UNIX的文件系统也不例外!我们必须知道,什么是最根本的,什么是次要的。对于UNIX文件系统,最根本的就是其布局以及其系统调用接口,一个处在最低...
分类:
其他好文 时间:
2014-09-28 17:01:33
阅读次数:
141
Insert title here SELECT * from [Students]; ID Number Password Name...
分类:
数据库 时间:
2014-09-28 16:59:54
阅读次数:
287