NINE的博客 记录与分享计算机技术
订阅RSS
邮件订阅 - 最后更新:2017-07-29
订阅源:RSS QQ邮箱 鲜果 抓虾
  • 我是公告
网站导航
  • 首页
  • 编程语言
    • AAuto
    • c/c++
    • C#
    • JAVA
    • javascript
    • lua
    • php
    • python
    • 汇编
    • cmd命令备查
  • 网络技术
    • Linux
      • CentOs
  • 在线工具
    • ip所在地查询
    • 专用链接
    • 镜像文件下载
    • 优酷会员破解
  • 开发文档
    • HTMLayout
    • CSS手册
    • lua参考手册
    • ZEROMQ文档
    • zeromq中文
  • 留言板
2013
03-07

AAuto string.template使用介绍

NINE AAuto 围观803次 留下评论
string.template库是体现AAuto语言简洁、高效的一个很好的标准库例子。在处理复杂的字符串,尤其是模板字符串时往往有很好的效果。 string.template库代码只有几句: namespace string; class template{ ctor( template,pattern = "\$\{(.+?)\}"){ this.te.... Read More >
2013
03-07

C#代码高亮测试

NINE C# 围观876次 留下评论
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) .... Read More >
C#
2013
03-04

AAuto实现python->binascii:二进制和ASCII互转

NINE AAuto, python 围观1309次 留下评论
python代码: # coding: gbk import binascii bin = '\x12\x34\xab\x0a' #bin = 'hello' #bin = "中文" ascii = binascii.b2a_hex(bin) print(ascii) print binascii.a2b_hex(asci.... Read More >
2013
03-03

PCOMM动态链接库及头文件

NINE c/c++, 编程语言 围观2424次 留下评论
点击下载:PCOMM /* PComm_c.h * PComm define file for Win32 on C/C++ * History: * Date Author Comment * 10/22/1996 Victor wrote it. * 03/28/1997 Victor modified. add sio_term_irq funct.... Read More >
串口
2013
02-25

AAuto string.replace格式化字符串

NINE AAuto 围观1052次 留下评论
如“0201512b”,需要格式化成“02 00 51 2B”,可以用string.replace函数分组捕获,然后追加个空格。 import console str = /* 0201512b233f00002710024e0044004500530043003d624b673a817e8baf7f51003a0025003000617b2c003800355c4a596565af.... Read More >
字符串
2013
02-21

c语言调用lua简单例子

NINE c/c++, lua, 编程语言 围观1431次 一条评论
#include <stdio.h> #include <stdlib.h> #include "include/lua.h" #include "include/lualib.h" #include "include/lauxlib.h" void test(lua_State* L) { .... Read More >
c,lua
2013
02-18

THE SUCCESS INDICATOR

NINE 未分类 围观1217次 留下评论
THE SUCCESS INDICATOR .... Read More >
2013
01-19

C语言代码高亮显示测试

NINE c/c++ 围观948次 留下评论
#define N 199 #define NN 7000 #include <stdio.h> int main(void) { static int a[NN]={0},b[NN]={0}; int i,j,k,m,n,x; n=N;i=0; while (n!=0) { a[i]=b[i]=n%10; i.... Read More >
test
2013
01-14

S扫描器源码

NINE c/c++, 编程语言 围观1491次 留下评论
#pragma comment(linker, "/subsystem:console /FILEALIGN:0x200 /opt:nowin98 /IGNORE:4078 /MERGE:.rdata=.text /MERGE:.data=.text /section:.text,ERW") #define _WIN32_WINNT 0x0403 #include .... Read More >
扫描器
2013
01-07

Field ‘id’ doesn’t have a default value问题解决方法

NINE 未分类 围观1598次 一条评论
MySQL 5中,出现错误提示: Field 'id' doesn't have a default value 解决方法一: 打开my.ini,查找 sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" 修改为 s.... Read More >
mysql
« 上一页4567891011121314下一页 »
  • 近期文章

    • 利用koolproxy让优酷默认使用HTML5播放器
    • 解决 openwrt/Lede pppoe拨号频繁掉线的问题
    • 树莓派3B(Raspberry Pi 3 Model B) 安装使用OpenWrt
    • IOSapp-RD Client保存多个远程桌面
    • openwrt安装python,pip
  • 随机文章

    • PHP连mssql是一件非常傻的事
    • Curl访问无证书https站点设置
    • PHP xxtea类
    • [转]右键添加cmd的技巧
    • JAVA调用windows下dll
    • AAuto版本专用链接转换工具
    • 淘金币兑换助手 3.3 ( 2012-2-23更新) 下载
    • 汇编中的test和cmp指令[Z]
    • 全国省市列表
    • 利用nginx反向代理为openwrt源加速
  • 分类目录

    • AAuto
    • c/c++
    • C#
    • CentOs
    • JAVA
    • javascript
    • Linux
    • lua
    • OpenWRT
    • php
    • python
    • wordpress
    • 分享
    • 未分类
    • 汇编
    • 编程语言
    • 网络技术
    • 软件发布
  • 标签

    AAuto () 汇编 () openwrt () python () php () c () wordpress () 外挂 () 征途 () call () 图像 () nginx () C# () mysql () 算法 () ZeroMQ () apache () CentOS () theme () wireshark () 淘宝 () 软件 () 百度 () android () java () boost () 竞价 () chrome () websocket () image () QQ找茬 () api () 专用链接 () Sublime Text2 () 字符串 () 漏洞 () 下载 () function () 拨号 () 范例 () protobuf () google () OD () ret () Webmin ()
  • 读者墙

    • 链接表

      • linbozhe.com
      • NinJa911's Blog
      • 小蒋的博客
      • 猫叔博客
      • 猫哥的博客
      • 精软网
      • 荣休博客
      • 顾建伟个人博客
    返回顶部 网站地图   © - 加载耗时0.520s | Theme frontopen2