[html]定时获取服务器时间和本地时间
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" cont...标签: html
[linux]How to access ini file by shell
readIni() { file=$1; section=$2; item=$3; val=$(awk -F '=' '/\['${section}'\]/{a=1} (a==1 && "'${item}'"==$1){a=0;print $2}' ${file}) echo ${val} } writeIni() { file=$1; section=$2; item=$3; val=$4; awk -F '=' '/\['${section}'\]/{a=1} (a==1 && "'${i...标签: linux
合法IP地址分类总结
1.A类IP地址 一个A类IP地址由1字节(每个字节是8位)的网络地址和3个字节主机地址组成,网络地址的最高位必须是“0”,即第一段数字范围为1~127。每个A类地址可连接16387064台主机,Internet有126个A类地址。 2.B类IP地址 一个B类IP地址由2个字节的网络地址和2个字节的主机地址组成,网络地址的最高位必须是“10”,即第一段数字范围为128~191。每个B类地址可连接64516台主机,Internet有16256个B类地址。 3.C类IP地址 一个C类地址是由3个字节的网络地址和1个字节的主机地址组成,网络地址的最高位必须是“ll0”,...标签: network
[html]破解微信网页源码
如果有的网页只能微信打开,而且需要授权,那么可以这么做: 1、使用Fiddler抓包工具; 2、使用电脑版微信打开网页; 3、查看抓包数据;标签: html
[html]Dreamware中删除文档多余空行
搜索 \r\n\s*\r\n 替换 \n标签: html
[html]Thinkphp导致dreamweaver打开失败
Public\Admin\js\codemirror\theme\ambiance.css 里面有一段描述背景图片的代码,采用了编码方式,引起dreamweaver崩溃,代码片段如下: .cm-s-ambiance .CodeMirror-gutters { background-image: url("data:image/png;base64,i...标签: html
[linux]Recover a directory by 'mv' command
Sometimes mv a directory to a exist directory will cause error. mv /home/dd/bb /home/cc/bb If bb has always created in cc directory,the bb will be moved to bb as a subdirectory. So, we key like this in command while doing this: mv /home/dd/bb /home/cc/ -f标签: linux
[php]将服务器文件BOM头删除
以下一段PHP代码可以将服务器上文件的BOM头删除: <?php if (isset($_GET['dir'])){ $basedir=$_GET['dir']; }else{ $basedir = '.'; } $auto = 1; checkdir($basedir); function checkdir($basedir){ if ($dh = opendir($basedir)) { while (($file = readdir($dh)) !== ...标签: php
[C]文件定宽换行工具
弄了几篇英语文章,想要在Linux下阅读,可是发现没有换行,每一段都是从左到右一整行,于是写下这个小工具,实现自动换行: #include <stdio.h> #include <stdlib.h> #include <string.h> void main( int argc, char *argv[]){ FILE *fp_in = 0; FILE *fp_out = 0; char str[1024]={0}; char file_out[512]={0}; int len = 0; int i = -1; ...标签: C
[c]scanf输入字符
如果用scanf("%c",&ch),那么程序不会忽略为了输入而按下的回车键操作,而是认为回车键是后续操作而继续相应;而scanf(" %c", &c)在%c之前空格会告诉scanf忽略前面的空行,而等待第一个非空行元素读入其中。标签: C
日历
最新微语
- 有的时候,会站在分叉路口,不知道向左还是右
2023-12-26 15:34
- 繁花乱开,鸟雀逐风。心自宁静,纷扰不闻。
2023-03-14 09:56
- 对于不可控的事,我们保持乐观,对于可控的事情,我们保持谨慎。
2023-02-09 11:03
- 小时候,
暑假意味着无忧无虑地玩很长一段时间,
节假意味着好吃好喝还有很多长期不见的小朋友来玩...
长大后,
这是女儿第一个暑假,
一个半月...
2022-07-11 08:54
- Watching the autumn leaves falling as you grow older together
2018-10-25 09:45
分类
最新评论
- Goonog
i get it now :) - 萧
@Fluzak:The web host... - Fluzak
Nice blog here! Also... - Albertarive
In my opinion you co... - ChesterHep
What does it plan? - ChesterHep
No, opposite. - mojoheadz
Everything is OK!... - Josephmaigh
I just want to say t... - ChesterHep
What good topic - AnthonyBub
Certainly, never it ...