- 博客(7)
- 收藏
- 关注
转载 html+javascript实现粘贴图标
<%@ page language="java" contentType="text/html; charset=GB18030" pageEncoding="GB18030"%><!DOCTYPE html><html><head>...
2015-10-25 22:58:00
222
转载 php5.6编译函数
./configure --enable-fpm --with-fpm-user=www --with-fpm-group=www --enable-ftp --enable-opcache --enable-mysqlnd --enable-mbstring --with-mysqli=...
2015-07-15 14:30:00
115
转载 c语言获取文件大小,判断文件是否存在
#import <sys/stat.h>// 判断文件是否存在bool file_exists(const char *filename){ return access(filename, 0) == 0;}//获取文件大小方法1long file_size(...
2015-01-11 20:36:00
694
转载 LNMP 服务器配置
yum-yinstallgccgcc-c++autoconfautomakeyum-yinstallzlibzlib-developensslopenssl-develpcre-devel#php./configure--prefix=/usr/local/...
2014-09-07 15:35:00
80
转载 PHP CFS加密
<?php/** * CFS Encode * @example echo CFS::Encode("213123123"); * @author Tianku * @link http://sms.8eoo.com/cfs/exapmle.php */cl...
2013-11-12 15:34:00
212
转载 py透明窗口
#coding=utf-8'''Created on 2012-4-6'''import sysfrom PyQt4 import QtGui, QtCore from PyQt4.QtCore import Qtfrom PyQt4.QtCore im...
2013-11-06 11:08:00
220
转载 js设置首页
function SetHome(url) { var err_msg = "设置失败!,在浏览器地址栏中输入 about:config 然后将 signed.applets.codebase_principal_support 设置为true"; try{ ...
2013-08-02 14:31:00
123
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人