记录一下RabbitMq使用过程的问题及方案:1.按照官方文档在机器上搭建了RabbitMq的环境与Server,如仍不能访问,有可能是公司将对应的端口封掉了。2.如果RabbitMq的server部署在虚拟机上,链接不上的话,请检查host
server的权限以及相应的端口。3.关于rabbitM...
分类:
其他好文 时间:
2014-05-09 04:41:20
阅读次数:
2224
将Datatable转化为Json数据形式#region
方法[DataTableToJson]DataTable转化为Json形式 public static string
DataTableToJson(string jsonName, DataTable dt) {...
分类:
Web程序 时间:
2014-05-09 03:09:59
阅读次数:
298
Tomcat组件生命周期管理Tomcat中Server,Service,Connector,Engine,Host,Context,它们都实现了org.apache.catalina.Lifecycle接口,而org.apache.catalina.util.LifecycleBase采用了模板方法...
分类:
其他好文 时间:
2014-05-09 03:08:33
阅读次数:
327
格式化源码是很常见的需求,emacs有个indent-region函数用于格式化选定的代码,前提是你处在某个非text
mode下,如c-mode或者java-mode之类。如果要格式化整个文件,你需要先选定整个文件(C-x-h),然后调用indent- region(或者
C-M-\ )。两个命....
分类:
其他好文 时间:
2014-05-08 23:11:40
阅读次数:
395
Task的执行过程分析
Task的执行通过Worker启动时生成的Executor实例进行,
caseRegisteredExecutor(sparkProperties)=>
logInfo("Successfullyregistered with driver")
//Make this host instead of hostPort ?
executor=
newExecuto...
分类:
其他好文 时间:
2014-05-08 16:01:31
阅读次数:
667
1,创建一个user表,包含两列name,phone
2,用python(你喜欢的任何语言)插入100W条记录(lz的笔记本比较老,大概用了1分钟吧):
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import MySQLdb
conn = MySQLdb.connect(host='localhost',user='root',db='mi...
分类:
数据库 时间:
2014-05-08 15:52:43
阅读次数:
393
每天积累一点点,一、获取获取根目录的URL的方法#region 获取本页根目录URL
public static string GetRootURI() { string AppPath = ""; HttpContext HttpCurrent
= HttpCont...
分类:
Web程序 时间:
2014-05-08 12:26:13
阅读次数:
346
VMWare提供了三种工作模式,它们是bridged(桥接模式)、NAT(网络地址转换模式)和host-only(主机模式)。 如果你想利用VMWare在局域网中新建一个独立的虚拟服务器,为局域网用户提供网络服务;或者想创建一个与网内其他机器相隔离的虚拟系统,进行特殊的调试工作。此时,对虚拟系统工作...
分类:
其他好文 时间:
2014-05-08 12:23:41
阅读次数:
253
1. 在Linux平台下编译安装wxWidgets和Codeblocks,搭建GUI程序开发平台
2. 编写GUI程序,检测当前计算机的配置:
1) 在工作区以适当的方式输出the description of the current platform, the amount of free memory, the current host machine's name等;
2) 在状态栏实时显示当前时间。
3. 编写GUI程序,实现一个XX信息管理系统。要求用户可以选择进行输入或输出:
1) 可以把对应信...
分类:
其他好文 时间:
2014-05-08 10:48:07
阅读次数:
283
Arranging Cup-cakes
Our Chef is catering for a big corporate office party and is busy preparing different mouth watering dishes. The host has insisted that he serves his delicious cupcakes for de...
分类:
其他好文 时间:
2014-05-07 12:34:21
阅读次数:
396