一杯茶,一台电脑
发布时间:2017-01-16 10:07:15
1. MySQL 获得当前时间戳函数:current_timestamp, current_timestamp()mysql> select current_timestamp, current_timestamp();+———————+———————+| current_timestamp | current_timestamp() |+———————+———————+| 2008-08-09 23:22:24 | 2008-08-09 23:22:24 |+———————+—.........【阅读全文】
发布时间:2017-01-16 10:06:35
点击(此处)折叠或打开/// <summary> /// 窗体动画函数 注意:要引用System.Runtime.InteropServices; /// </summary> /// <param name="hwnd">指定产生动画的窗口的句柄</param> /// <param name="dwTime">指定动画持续的时间</para.........【阅读全文】
发布时间:2017-01-16 10:06:01
点击(此处)折叠或打开function replaceurl($newurl){$newurl=str_replace('src="/uploads/allimg/','src="http://www.barneyx.com/uploads/allimg/',$newurl);return $newurl;}// {dede:xxxxx function='replaceurl(@me)'.........【阅读全文】
发布时间:2017-01-16 10:05:11
在Windows当中我们可以使用ipconfig/renew ipconfig/release命令重新让DHCP服务器分配一个IP地址给我们使用,那么在Linux当中有没有类似的命令呢,答案是一定的,一定有!dhclient ethx 命令,详情可以查询:man dhclient......【阅读全文】
发布时间:2017-01-16 10:03:52
点击(此处)折叠或打开<?php//自定义函数:time2string($second) 输入秒数换算成多少天/多少小时/多少分/多少秒的字符串function time2string($second){ $day = abs(floor($second/(3600*24))); &nbs.........【阅读全文】
发布时间:2017-01-16 10:02:48
点击(此处)折叠或打开using System;using System.Collections.Generic;using System.Runtime.InteropServices;using System.Windows.Forms;namespace drmaple{ class HotKey.........【阅读全文】
发布时间:2017-01-16 10:01:22
这个问题也是很蛋疼,在stackoverflow上解决了,但是也不知道因为啥原因出了这个问题,有知道的朋友还请解答一下,小弟不胜感激,以下是解决方法:在微软的官方网站上下载个程序,修复一下就可以了:地址如下:https://www.microsoft.com/en-us/download/details.aspx?id=30135.........【阅读全文】
发布时间:2017-01-12 16:52:02
点击(此处)折叠或打开<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://hiberna.........【阅读全文】
发布时间:2017-01-12 16:49:36
点击(此处)折叠或打开<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://hiberna.........【阅读全文】
发布时间:2017-01-04 16:42:02
c#:点击(此处)折叠或打开public static String md5(String s) { MD5 md5 = new MD5CryptoServiceProvider();  .........【阅读全文】