1 2 6 7 8 9 10 ">11 12 My JSP 'Calculator.jsp' starting page13 14 15 16 17 18 19 20 21 22 29 ...
分类:
Web程序 时间:
2014-07-16 19:27:50
阅读次数:
243
I have not written any articles here since I graduated from my university. Now I begin to write down my experience about my career of programming du.....
分类:
Web程序 时间:
2014-07-15 08:17:27
阅读次数:
331
请支持原创:http://www.cnblogs.com/donlianli/p/3841762.html1、索引格式1.x之前的版本,被索引的文档type会同时出现在url和传输的数据格式中,如下:PUT /my_index/my_type/1{ "my_type": { ... doc fie....
原list: ( ( 1 2 ) ( 3 4 ) )
转置: ( ( 3 4 ) ( 1 2 ) )
深度转置: ( ( 4 3 ) ( 2 1 ) )
( define tree ( list 1 ( list 2 ( list 3 4 ) 5 ) ( list 6 7 ) ) )
( define nil '() )
( define ( my-reverse items...
分类:
其他好文 时间:
2014-07-14 13:04:42
阅读次数:
170
Finding the Centroid of a Room Boundary It's been a while since my last post and I'm sure most of you were like... "Where the hell is Don!".... it's o...
分类:
其他好文 时间:
2014-07-14 10:35:17
阅读次数:
247
参考:http://blog.csdn.net/msmile_my/article/details/9018775第一类:属性值 true或者 false android:layout_centerHrizontal水平居中 android:layout_centerVertical 垂直...
分类:
移动开发 时间:
2014-07-13 21:36:47
阅读次数:
308
1). In /etc/my.ini, addskip-grant-tables2). mysql -u root -p (no password required)mysql> show databases;+--------------------+| Database |+----------...
分类:
Web程序 时间:
2014-07-13 20:58:19
阅读次数:
349
承接前面对whoosh的文章,继续:
写索引文件
下面开始写入索引内容,过程如下:
writer = ix.writer()
writer.add_document(title=u"my document", content=u"this is my document", path=u"/a", tags=u"firlst short", icon=u"/icons/star.p...
分类:
其他好文 时间:
2014-07-12 20:22:08
阅读次数:
342
首先以示例代码为例:
vector v;
//添加一些元素
fir(int i=0; i<10; ++i)
v.push_back(i);
int* my_favorite_element_ptr = &v[3];
cout<<"My favorite element = "<<(*my_favorite_element_ptr)<<endl;
cout<<"Its address = "...
分类:
其他好文 时间:
2014-07-12 18:34:32
阅读次数:
250
mysql数据库实际上是绿色软件,重装系统后还是可以继续使用的。
1、重装系统后保留原先的mysql安装目录和数据目录。
2、制作一个批处理文件用于启动mysql:【run.bat】该文件存放在mysql安装目录下的bin下。
mysqld.exe --defaults-file=../my-default.ini --console
3、执行run.bat即可。
...
分类:
数据库 时间:
2014-07-12 17:31:54
阅读次数:
300