上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 数据类型 字符串(strings),散列(hashes),列表(list),集合(sets),有序集合(sorted sets) 类型 添加 查询 删除 其他1(数字格式) 其他2 string set key value get key del key incr key list rpush ke 阅读全文
posted @ 2019-05-16 22:13 胡一生 阅读(163) 评论(0) 推荐(0)
摘要: alter table `base_dictmark` add dict_id int not null primary key Auto_increment first; 阅读全文
posted @ 2019-02-13 11:59 胡一生 阅读(2317) 评论(0) 推荐(0)
摘要: package com.g4m; import java.util.Stack; public class JingzhiTest { private final static String _str="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; private static char[]... 阅读全文
posted @ 2019-01-23 18:22 胡一生 阅读(876) 评论(0) 推荐(0)
摘要: DROP TRIGGERIF EXISTS sys_menu_edit;CREATE TRIGGER sys_menu_edit BEFORE UPDATE ON sys_menu FOR EACH ROWBEGIN INSERT INTO `g4m`.`sys_log` ( `table_name 阅读全文
posted @ 2018-12-28 18:27 胡一生 阅读(828) 评论(0) 推荐(0)
摘要: var filePath = $("#form-field-file").val(); if(filePath == "") { info('warn',"请添加文件"); return false; } var formData = new FormData($("#input_form")[0] 阅读全文
posted @ 2018-05-05 10:49 胡一生 阅读(497) 评论(0) 推荐(0)
摘要: a. 接口的继承关系: ☉ interface javax.servlet.jsp.tagext.JspTag ☉ interface javax.servlet.jsp.tagext.SimpleTag ☉ interface javax.servlet.jsp.tagext.Tag ☉ inte 阅读全文
posted @ 2018-04-25 09:57 胡一生 阅读(121) 评论(0) 推荐(0)
摘要: 一,php-fpm的启动参数 代码如下: #测试php-fpm配置/usr/local/php/sbin/php-fpm -t/usr/local/php/sbin/php-fpm -c /usr/local/php/etc/php.ini -y /usr/local/php/etc/php-fpm 阅读全文
posted @ 2018-01-15 15:12 胡一生 阅读(5225) 评论(0) 推荐(0)
摘要: /** * Copyright 2009-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Li... 阅读全文
posted @ 2018-01-10 14:28 胡一生 阅读(519) 评论(0) 推荐(0)
摘要: <#if startTime?datetime lt .now?datetime>:年月日时分秒比较 <#if startTime?date lt .now?date>:年月日比较 <#if startTime?time lt .now?time>:时分秒比较 阅读全文
posted @ 2018-01-02 16:14 胡一生 阅读(523) 评论(0) 推荐(0)
摘要: public class Config { private static Properties properties; private static Logger logger = Logger.getLogger(Config.class); static { try { PropertyConf 阅读全文
posted @ 2017-12-27 10:55 胡一生 阅读(5113) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 ··· 11 下一页