摘要: 版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/akkzhjj/article/details/27973427 J2EE—一套规范 J2EE(Java 2Platform Enterprise Edition),顾名思义,Java2平台企业版,是一 阅读全文
posted @ 2019-03-05 20:43 mqxnongmin 阅读(138) 评论(0) 推荐(0)
摘要: 一个简单工具, 用来进行批量文件的重命名, 更改后缀, 搜索特定后缀, 等 下载地址:http://download.csdn.net/download/kuangsun/7545179 一个简单工具, 用来进行批量文件的重命名, 更改后缀, 搜索特定后缀, 等 下载地址:http://downlo 阅读全文
posted @ 2019-03-05 16:19 mqxnongmin 阅读(222) 评论(0) 推荐(0)
摘要: Vector<Node*> vec; auto node1 = Node::create(); node1->setTag(1); vec.pushBack(node1); auto node2 = Node::create(); node2->setTag(2); vec.pushBack(nod 阅读全文
posted @ 2019-03-05 15:37 mqxnongmin 阅读(161) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章。未经博主同意不得转载(联系方式:QQ:312037487 邮箱:andywuchuanlong@sina.cn)。 https://blog.csdn.net/andywuchuanlong/article/details/26098625 转自:http://blog 阅读全文
posted @ 2019-03-05 15:08 mqxnongmin 阅读(2055) 评论(0) 推荐(0)
摘要: 时间:2014.04.20 地点:基地二楼 一、先看一段代码: #include<iostream> #include<iterator> #include<vector> #include<algorithm> using namespace std; int main() { vector<in 阅读全文
posted @ 2019-03-05 13:41 mqxnongmin 阅读(512) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/xiaoduishenghuogo/article/details/24717735 容器的概念 广义上讲容器是用来包装或装载物品的贮存器(如箱、罐、坛)或者成形或柔软不成形的包覆材料。在编程领域中,容 阅读全文
posted @ 2019-03-05 12:45 mqxnongmin 阅读(596) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/sundacheng1989/article/details/31800753 比方说,我们自己编写了一个C#的程序,想设置为开机自己主动启动。当然我们能够从网上找到方法,一般的做法就是改动注冊表文件。 阅读全文
posted @ 2019-03-04 21:43 mqxnongmin 阅读(435) 评论(0) 推荐(0)
摘要: 版权声明:声明:本文档能够转载,须署名原作者。 作者:无为 qq:490073687 周祥兴 zhou.xiangxing210@163.com https://blog.csdn.net/Rookie_CEO/article/details/32075225 昨天在存储过程中用了语句insert 阅读全文
posted @ 2019-03-04 20:59 mqxnongmin 阅读(610) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章。转载请注明来自http://blog.csdn.net/jediael_lu/ https://blog.csdn.net/jediael_lu/article/details/30035025 在Lucene对文本进行处理的过程中,能够大致分为三大部分: 1、索引文件 阅读全文
posted @ 2019-03-04 19:52 mqxnongmin 阅读(235) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/aboy123/article/details/24587133 大型业务系统面临的主要问题就是高并发性和事务訪问,client的数量与server端的分布式对象数量存在一定程度的正比关系,client 阅读全文
posted @ 2019-03-04 19:13 mqxnongmin 阅读(182) 评论(0) 推荐(0)