AlgebraMaster

Modern C++ 创造非凡 . 改变世界 一起铲除毒瘤KPI

导航

03 2016 档案

Python tips
摘要:<1>完全吊炸天构造器的写法。。。 import os import threading,time class GenericInputData(object): def read(self): raise NotImplementedError @classmethod def generate_ 阅读全文

posted @ 2016-03-27 22:32 gearslogy 阅读(427) 评论(0) 推荐(0)

Create Your Tab and LayerTabMenu In Katana
摘要:感谢 http://tool.lu/pyc/ 这个牛逼的网站能反编译pyc...他妈的Katana太他妈无耻了,竟然不让自定义加Node Tab Content....只能反编译他的东西了。。。 研究了下Katana的开发文档,做几个比较帅的事情。。。。 自定义Content 自定义LayerTab 阅读全文

posted @ 2016-03-23 01:52 gearslogy 阅读(460) 评论(0) 推荐(2)

Linux C Programing - Arguments(2)
摘要:#include #include #include //printf #include //extern char **environ using namespace std; #include #define _GNU_SOURCE #include // THIS PROGRAM CAN ./program --env=HOME // ./program -e HOME ... 阅读全文

posted @ 2016-03-18 14:06 gearslogy 阅读(254) 评论(0) 推荐(0)

Linux C Programing - Terminal(1)
摘要:#include //getchar() putchar() printf() gets() puts() sprintf() #include //exit() rand () srand() system() free() malloc() //int getchoice (char *greet , char *choices[]); int getchoice (char *gr... 阅读全文

posted @ 2016-03-18 14:04 gearslogy 阅读(244) 评论(0) 推荐(0)