图片循序为23451 脚本代码: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="FootGame.aspx.cs" Inherits="FootGame" %> <!DOCTYPE html> <html xmlns="http:// ...
分类:
其他好文 时间:
2016-12-20 23:46:33
阅读次数:
278
<configuration> <system.web> <compilation debug="true" targetFramework="4.5.2"/> <httpRuntime targetFramework="4.5.2"/> <membership defaultProvider="D ...
分类:
移动开发 时间:
2016-12-20 13:57:03
阅读次数:
237
在安装predis扩展之前先安装composer,安装教程在https://getcomposer.org/download/: 接着把composer设置全局环境变量: 把composer镜像地址改为国内的会快很多,教程地址:http://pkg.phpcomposer.com/ 然后开启php- ...
分类:
其他好文 时间:
2016-12-19 11:26:21
阅读次数:
1385
root# cmake .. No problem. root# make [ 63%] Linking CXX shared module collisionperceptor.so/usr/bin/ld: /usr/local/lib/libode.a(ode.o): relocation R_ ...
分类:
其他好文 时间:
2016-12-18 14:53:44
阅读次数:
208
1软件安装好后把准备好的8G或者8G以上U盘插到电脑上:右键以管理员身份运行如 <ignore_js_op> 2打开软件后右键先格式化U盘操作如下图跟着步骤走: <ignore_js_op> <ignore_js_op> 直接点OK格式化U盘如下图: <ignore_js_op> 3格式化成功后提示 ...
文件操作 1 import os, glob 2 from PIL import Image 3 4 path = 'D:/SBSR/view_1' 5 imgslist = glob.glob(path+'/*.jpg') 6 format = '.png' 7 def small_img(): ...
分类:
编程语言 时间:
2016-12-17 11:09:36
阅读次数:
189
备注:如果没有root权限,使用 --prefix 指定安装路径 ./configure --prefix=/home/work/tools/pcre-8.xx 最近在学习nginx,nginx rewrite依赖于PCRE库,所以需要在linux系统中编译安装PCRE库。具体步骤如下: 1.下载P ...
分类:
系统相关 时间:
2016-12-16 11:46:24
阅读次数:
257
工具采用PIL:Python Imaging Library,图像处理标准库。PIL功能非常强大,但API却非常简单易用。 安装PIL 在Debian/Ubuntu Linux下直接通过apt安装 $ sudo apt-get install python-imaging Windows平台直接通过 ...
分类:
编程语言 时间:
2016-12-16 09:55:11
阅读次数:
300
function noop() {} function scpCompile(array) { return Function.apply(noop, array) } // var fn = new Function('x', 'y', 'return x + y;'); // 等价于var fn... ...
分类:
其他好文 时间:
2016-12-14 19:04:27
阅读次数:
142
我们知道数字EDA仿真软件常用的有三家 (big 3), Synopsys的vcs, (Verilog Compiler Simulator) Cadence的NCsim (Incisive Enterprise Simulator的core simulation engine), 和 Mentor ...
分类:
其他好文 时间:
2016-12-12 22:04:22
阅读次数:
368