摘要:
--字段类型是dateinsert into tab(column) values(to_date('2017_06_30 11:38:22','yyyy-mm-dd hh24:mi:ss'));--字段类型是varcharinsert into tableName (col) values('20 阅读全文
摘要:
mac 版本的修改如下: 1). Command+Shift+G 2). /private/etc/ 3). 找到hosts文件,用文集编辑器打开 4). 输入0.0.0.0 account.jetbrains.com并保存 5). 输入datagrip的激活码即可 或者直接使用命令进行修改: su 阅读全文
摘要:
public class DBUtils { private static String url=null; private static String username=null; private static String password=null; static{ try{ Properties dBJa... 阅读全文
摘要:
Nginx的启动、停止与重启 启动 启动代码格式:nginx安装目录地址 -c nginx配置文件地址 例如: [root@LinuxServer sbin]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf 停止 ng 阅读全文
摘要:
单纯针对时间的设置规则 org.springframework.scheduling.quartz.CronTriggerBean允许你更精确地控制任务的运行时间,只需要设置其cronExpression属性。 一个cronExpression表达式有至少6个(也可能是7个)由空格分隔的时间元素。从 阅读全文
摘要:
/usr/libexec/java_home -V 阅读全文
摘要:
select * from HWG_HOT_BRAND s order by s.SORT_BY asc, nvl(,s.add_time,s.EDIT_TIME) asc; 阅读全文
摘要:
在相应的配置文件里面加上这句话. <property name="overloadEnable" value="true"></property> <!-- 会员接口 --> <bean id="memberService" class="org.springframework.remoting.c 阅读全文
摘要:
ssh -t root@12.23.34.45 -p 22 ssh -t 用户名@IP地址 -p 端口 阅读全文