2019年8月5日

minicom 运行的时候直接报错

摘要: minicom 运行的时候直接报错,无法出现运行界面 。 minicom -s 后面要加s 对应的端口 COM5 ttyS5 查找所有端口 ls -l /dev/ttyS* 不是ttyUSB* 阅读全文

posted @ 2019-08-05 10:43 五人月饼 阅读(195) 评论(0) 推荐(0)

2019年8月4日

codeblock+ mingw pthread TIMESPEC重新定义错误(Timespec redefinition error)

摘要: 如果报找不到pthread.h 需要ftp://sourceware.org/pub/pthreads-win32/dll-latest/lib/x86 放到lib include 或者在mingw installer 里面安装pthread 在setting 里面 #define HAVE_STR 阅读全文

posted @ 2019-08-04 10:32 五人月饼 阅读(210) 评论(0) 推荐(0)

2019年7月9日

erlang 运行方法

摘要: miner:start(). 后面有个点 阅读全文

posted @ 2019-07-09 13:26 五人月饼 阅读(188) 评论(0) 推荐(0)

2019年7月4日

cygwin 安装wget

摘要: setup 里面,搜索wget. 选择web里面的 阅读全文

posted @ 2019-07-04 11:31 五人月饼 阅读(1109) 评论(0) 推荐(0)

cygwin添加apt-get apt-cyg 工具

摘要: apt-get安装与配置 从https://github.com/transcode-open/apt-cyg/releases下载V1版本的.zip文件,解压后将apt-cyg拷贝到cygwin的安装目录的bin目录下。 是要把目录下的文件全部都拷到bin目录,不是把文件夹拷过去 配置apt-cy 阅读全文

posted @ 2019-07-04 11:16 五人月饼 阅读(1895) 评论(1) 推荐(0)

Codeblocks加入头文件,放到项目目录下也无效的解决办法

摘要: 通常在一些项目中需要使用外部的头文件和静态库文件,codeblock通过如下方法添加头文件和库文件。 以codeblock 10.05为例 添加头文件:依次点击project->bulid options->Search directories,在该标签页中点击Compiler,单击Add按钮添加头 阅读全文

posted @ 2019-07-04 10:16 五人月饼 阅读(2119) 评论(0) 推荐(0)

2018年11月2日

一个可以赚钱的网站

摘要: http://track.cpa.iqoption.com/click?pid=52871&offer_id=78 一个可以赚钱的网站 阅读全文

posted @ 2018-11-02 21:40 五人月饼 阅读(126) 评论(0) 推荐(0)

2018年10月12日

大于100M sql脚本导入

摘要: 用微软自带的sqlcmd工具,可以导入执行。以SQL Server 2008R版本为例: 第一步:Win+R 键入:cmd 命令,开启命令行工具; 第二步:键入:cd C:\Program Files\Microsoft SQL Server\100\Tools\Binn (具体目录路径跟你安装的S 阅读全文

posted @ 2018-10-12 10:19 五人月饼 阅读(502) 评论(0) 推荐(0)

2018年9月27日

难度计算 c#

摘要: unsafe static bool CalcDiff(byte[] target ) { UInt64 m_target = 0; if (target.Length <= 8) { uint tmp = 0; byte[] str = target; fixed (byte* in_char = 阅读全文

posted @ 2018-09-27 15:27 五人月饼 阅读(114) 评论(0) 推荐(0)

类型对照表

摘要: 类型对照表: Win32 Types CLR Type char, INT8, SBYTE, CHAR System.SByte short, short int, INT16, SHORT System.Int16 int, long, long int, INT32, LONG32, BOOL  阅读全文

posted @ 2018-09-27 15:25 五人月饼 阅读(115) 评论(0) 推荐(0)

导航