<!DOCTYPE html><html><head lang="en"><meta charset="UTF-8"><title></title></head&…
public void Fill_Circle(Brush brushh, Point pnt,int r) { if (opengl) { double M_PI = 3.1415926; double inc = M_PI / 12; …
var http =require("http") var server = http.createServer(function(req, res){}).listen(8877); var url1 = "xxx.com/json" h…
参数 pathname 指向欲打开的文件路径字符串. 下列是参数flags 所能使用的旗标: O_RDONLY 以只读方式打开文件 O_WRONLY 以只写方式打开文件 O_RDWR 以可读写方式打开文件. 上述三种旗标是互斥的, 也就是不…
#include <sys/types.h> #include <dirent.h> #include <unistd.h> #include <stdio.h> int main(){ DI…
基本可以兼容所有浏览器 startGame()为iframe页面的js函数,测试的时候发现无法直接调用iframe引用js的函数,只能先调用iframe html页的js函数。
参考代码,自己用的,还不错。
/** * 对Date的扩展,将 Date 转化为指定格式的String * 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符, * 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(…
2015-12-20 23:38:49 IOS编译有前辈写好编译脚本,感谢前辈,少了很多麻烦 地址是 https://github.com/kewlbear/FFmpeg-iOS-build-script 下载下来运行 ./build-ff…
更多...
加载中...