方法一将Oracel数据库对应表中“收单时间的字段”receive_sheet_time,由原来的Date类型改为timestamp然后,在java程序中,由 (java.util.timestamp)obj[5] 这样返回值,就会显示有“年月月时分秒“了。如 2010-03-01 14:39:17...
分类:
数据库 时间:
2015-03-05 12:25:35
阅读次数:
166
1) 工具说明
在SecureCRT这样的ssh登录软件里, 通过在Linux界面里输入rz/sz命令来上传/下载文件. 对于RHEL5, rz/sz默认没有安装所以需要手工安装.
sz: 将选定的文件发送(send)到本地机器;
rz:运行该命令会弹出 一个文件选择窗口, 从本地选择文件上传到服务器(receive).
下载安装包lrzsz-0.12.20.tar.gz.
下...
分类:
系统相关 时间:
2015-03-04 11:11:33
阅读次数:
284
最近使用jboss7开发web系统,在开发环境中运行正常,但是发送到现场时启动报错,刚开始感觉很莫名其妙,后来现场发回jboss日志,发现报错 如下? JBAS015052: Did not receive a response to th...
分类:
其他好文 时间:
2015-03-03 11:59:48
阅读次数:
5233
Git自动部署文件位于repository下面的hooks里的post-receive#!/bin/shset -egit-update-server-infogitosis-run-hook update-mirrors# Check the remote git repository wheth...
分类:
其他好文 时间:
2015-03-02 12:41:42
阅读次数:
145
61. View the Exhibit.Which statement regarding the dept and emp tables is true?A) When you delete a row from the emp table, you would receive a constr...
分类:
其他好文 时间:
2015-02-27 16:53:58
阅读次数:
327
1.prepareForSegue:Now we know what the destinationViewController is we can set its data properties. To receive information back from a scene we use de...
分类:
其他好文 时间:
2015-02-22 18:31:29
阅读次数:
194
Problem Description
Marsha and Bill own a collection of marbles. They want to split the collection among themselves so that both receive an equal share of the marbles. This would be easy if all the ma...
分类:
其他好文 时间:
2015-02-21 15:31:20
阅读次数:
152
题目大意:
After the Ferries Wheel, many friends hope to receive the Misaki's kiss again,so Misaki numbers them
1,2...N?1,N,if
someone's number is M and satisfied the GCD(N,M)
equals to N
XOR M,he
...
分类:
其他好文 时间:
2015-02-17 14:07:57
阅读次数:
133
在论坛看到好多人想取消应用的开机自启动, 于是就想了解是怎么实现的, 可是百度了一下,结果都是怎么让应用开机启动, 对百度搜索资料越来越没有希望了.
最后google得到一个结果,
pm revoke com.android.livevideo android.permission.RECEIVE_BOOT_COMPLETED
虽然提示(猜测用系统权限就OK)
Operation not...
分类:
数据库 时间:
2015-02-15 18:13:47
阅读次数:
584
1、同步调用
首先客户端进程通过call向gen_server发起同步调用,客户端进程会monitor向gen_server进程,返回一个监控句柄Mref,同时向gen_server进程发送{Label,{self(),Mref},Request}后,客户端进程执行receive便进入阻塞状态,等待对应消息的到来。gen_server进程收到客户端发来的消息对其进行解析,解析出{self(),...
分类:
其他好文 时间:
2015-02-13 08:06:57
阅读次数:
265