- 博客(12)
- 收藏
- 关注
转载 MYSQL IFNULL函数的使用
IFNULL函数是MYSQL数据库中最重要的函数之一,下面就对该函数的使用方面进行分析,希望对您能够有所帮助。下文对MYSQL IFNULL函数的使用进行了详细的叙述,供您参考学习,如果您在MYSQL IFNULL函数使用方面遇到过类似的问题,不妨一看。MYSQL IFNULL(expr1,expr2) 如果expr1不是NULL,IFNULL()返回expr1,否则它...
2019-05-29 18:28:22
501
原创 www.w3.orgTRxhtml1DTDxhtml1-transitional.dtd
<!-- Extensible HTML version 1.0 Transitional DTD This is the same as HTML 4 Transitional except for changes due to the differences between XML and SGML. Namespace = http://www.w3.org...
2019-05-28 20:32:01
765
原创 DateUtil
package com.pcitc.pmms.common.utils;import java.beans.PropertyEditorSupport;import java.sql.Timestamp;import java.text.DateFormat;import java.text.ParseException;import java.text.SimpleDateForma...
2019-05-28 20:01:36
420
转载 jQuery初始化的三种方法
$(document).ready(function(){ // jQuery methods go here...});$(function(){ // jQuery methods go here...});jQuery(function($) { //jQuery methods go here ... });
2019-05-28 16:32:54
2315
原创 java 汉字转拼音
pom部分<!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j --> <dependency> <groupId>com.belerweb</groupId> <artifactId>pinyin4j...
2019-05-27 20:34:53
250
原创 QQ空间js
<script type="text/javascript"> (function() { var whileList = { 'qzs.qq.com': 1, 'astro.fashion.qq.com': 1, 'gameapp.qq.com': 1, ...
2019-05-27 14:43:38
25446
原创 jquery大全
jquery-3.1.1(最新)官网jquery压缩版引用地址:<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>jquery-3.0.0官网jquery压缩版引用地址:<script src="https://code.jquery.com/jquery-3.0.0.min...
2019-05-24 10:59:17
158
原创 js中Map藏值制作table表格数据原理
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta...
2019-05-11 13:37:45
717
转载 word的xml文件中空白页和换页
■ word中分页符(插入空白页):<w:r><w:rPr><w:rFonts w:ascii=“Microsoft JhengHei” w:fareast=“Microsoft JhengHei” w:h-ansi=“Microsoft JhengHei”/><wx:font wx:val=“Microsoft JhengHei”/>&l...
2019-05-11 12:00:03
1666
转载 让dreamweaver支持ftl等扩展名
1、使Dreamweaver能识别*.ftl文件,并当做html页面来处理,需要修改两个文件,(1)Extensions.txt------位于你的用户目录下,位于dreamveaver安装目录下的configuration文件夹下。(2)MMDocumentTypes.xml----位于dreamveaver安装目录下的configuration/DocumentTypes文件夹下2、用编...
2019-05-11 10:17:22
506
转载 adobe dreamweaver cs5序列号
Adobe Dreamweaver CS5序列号如下:1192-1973-6217-2477-6088-1657(我用的是这个)1192-1013-2621-8434-6884-01751192-1482-6532-1529-0926-55701192-1384-9698-0251-8971-98021192-1678-5764-4289-1578-82661192-1337-9219...
2019-05-11 09:24:49
5951
原创 mysql删除重复元素示例
示例表 usersid name1 a2 a3 b4 c5 c6 c7 d语句:DELETE FROM usersWHERE name in(SELECT name from(SELECT name fromusers GROUP BY nameHAVING COUNT(name)>1)a)and id not in(SELECT id...
2019-05-11 09:17:25
270
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅