技术文档
yinzhiqing
软件开发永不停息
展开
-
自定义的搭建solidity开发环境(以太坊)
以太坊 搭建solidity开发环境(自定义)原创 2022-08-10 16:22:33 · 2830 阅读 · 1 评论 -
ubuntu20 安装python3.7
ubuntu20默认python版本是python3.8。------------------------------安装python3.7版本---------------开发需要python3.7安装方法:sudo add-apt-repository ppa:deadsnakes/ppasudo apt-get updatesudo apt-get install python3.7确认:$ > whereis python应该key看到python3.7---.原创 2021-11-12 16:07:03 · 2200 阅读 · 0 评论 -
Problem with the SSL CA cert (path? access rights?)
ubuntu上出现的问题:解决方法: sudo apt-get install --reinstall ca-certificates原创 2021-03-08 15:14:42 · 463 阅读 · 1 评论 -
bitcoin编译(0.17+)
os:ubuntu 16#准备,否则伯克利数据库4.8不能正常下载sudo add-apt-repository ppa:bitcoin/bitcoinsudo apt-get update#bitcoin-coresudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-...原创 2019-03-28 12:05:12 · 383 阅读 · 0 评论 -
c操作hdfs 环境配置 linux
c操作hdfs环境原创 2016-08-01 13:33:54 · 419 阅读 · 0 评论 -
esxi error 1962
vmware esxi ERROR 1962原创 2016-06-23 15:49:57 · 2714 阅读 · 0 评论 -
用c++ 通过thrift2 访问hbase数据库
c++ hbase thrift2 客户端原创 2016-07-18 17:21:19 · 5692 阅读 · 0 评论 -
ambari 安装hbase thrift2服务
hbase thrift 服务原创 2016-07-18 16:47:39 · 1990 阅读 · 0 评论 -
linux 编译 安装 thrift
1、下载thrift(thrift-0.9.3.tar.gz)2、解压到linux目录3、安装依赖库(ubuntu 支持c++)sudo apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libe原创 2016-07-18 15:29:29 · 933 阅读 · 0 评论 -
ubuntu 修改静态ip
ubuntu14 修改静态ip原创 2016-06-21 13:37:33 · 335 阅读 · 0 评论 -
ubuntu 14 禁用tcp6
ubuntu tcp6 禁用原创 2016-06-21 13:31:45 · 6631 阅读 · 2 评论 -
树莓派 编译 hadoop
树莓派 hadoop 编译原创 2016-08-01 13:28:59 · 1403 阅读 · 1 评论 -
ambari 在linux(ubuntu14)中安装、配置
ambari 安装 linux原创 2016-08-30 10:02:57 · 2053 阅读 · 0 评论 -
linux图形界面 安装oracle client
linux 图形界面 oracle client原创 2016-09-02 10:38:12 · 1942 阅读 · 0 评论 -
linux系统中oracle 安装时问题
linux oracle 图形界面 安装原创 2016-09-05 11:26:35 · 422 阅读 · 0 评论 -
c-lightning 闪电网络配置洋葱服务(tor)
我只是在5.2方式下做了验证我的系统:Linux vbtc 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux1、安装tor及配置参照 《tor隐藏服务配置(比特币).txt》2、为持久的.onion地址创建隐藏服务(tor2) /e...原创 2019-03-28 18:51:28 · 2667 阅读 · 0 评论 -
c-lightning的代码结构
https://github.com/lightningnetwork/lightning-rfc/blob/master/00-introduction.mdBOLT#1:基本协议BOLT#2:通道管理的对等协议BOLT#3:比特币交易和脚本格式BOLT#4:洋葱路由协议BOLT#5:对链式交易处理的建议BOLT#7:P2P节点和频道发现BOLT#8:加密和认证传输BOLT#9...原创 2019-05-15 13:53:41 · 944 阅读 · 0 评论 -
vim 配置
请先下载我上传的资源 vim.zip(vim的配置 实现自动补齐等功能)https://www.cnblogs.com/Suzzz/p/4071880.htmlhttps://blog.csdn.net/qq_37968132/article/details/79856758YouCompleteMe,Vim的智能补全插件,能提供不逊于大型IDE的补全体验,安装这个插件需要先安装pyth...原创 2019-09-27 16:34:34 · 160 阅读 · 0 评论 -
ambari-server start 出错
Error injecting constructor, java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets fr原创 2016-06-17 15:28:16 · 7702 阅读 · 0 评论 -
Permission denied: user=root, access=WRITE, inode="/":hdfs:supergroup:drwxr-xr-xhd
Permission denied: user=root, access=WRITE, inode="/":hdfs:supergroup:drwxr-xr-x原创 2016-07-12 11:23:47 · 5143 阅读 · 0 评论 -
hadoop classpath 设置到 profile
$HADOOP_HOME/bin/hadoop classpath profile原创 2016-07-11 15:09:48 · 7356 阅读 · 1 评论 -
assert ASSERT VERIFY 区别
assert ASSERT VERIFY 区别 ASSERT VERIFY 区别 assert VERIFY 区别 assert ASSERT 区别原创 2010-10-12 16:13:00 · 2863 阅读 · 0 评论 -
#Pragma Directives
#pragma warning原创 2010-07-19 16:23:00 · 818 阅读 · 0 评论 -
单向链表实现倒排序
C++ 单向链表 逆序实现原创 2010-07-19 11:19:00 · 928 阅读 · 0 评论 -
ListView listCtrl 不能显示和不能正确添加行数据以及列表题不能显示问题
ListView listCtrl 正确显示 列标题 栅格线 多行选择 选择一行原创 2010-07-16 10:53:00 · 2432 阅读 · 0 评论 -
GetSystemDefaultLangID 取得系统默认ID对照表
Identifier Predefined symbol Language 0x00 LANG_NEUTRAL Neutral 0x01 LANG_ARABIC Arabic 0x02 LANG_BULGARIAN Bulgarian 0x03 LANG_CATALAN Ca原创 2010-01-28 09:42:00 · 10185 阅读 · 1 评论 -
通过vc 中Windows application 工程创建Windows service程序
实现步骤: 1. 注册service程序到系统服务管理器函数Install的实现,主要是以下两个api的调用。 OpenSCManager CreateService2. 在window application的入口函数中实现StartServiceCtrlDispatcher的调用。 如果是利用我给的文件则只要在_tWinMain 中追加以下下内容就可以原创 2010-01-28 18:51:00 · 1813 阅读 · 1 评论 -
文字对应的code page
文字对应的code page {"asmo-708",708}, {"dos-720",720}, {"iso-8859-6",28596}, {"x-mac-arabic",10004}, {"windows-1256",1256}, {"ibm775",775}, {"iso-8859-4",28594原创 2009-11-02 19:16:00 · 958 阅读 · 0 评论 -
.net 中对读 /写带BOM的Unicode格式文件 和不带Bom的Unicode格式文件的方法
‘New Text.UnicodeEncoding(False, False)是文件编码格式,也可以设定其他格式,例如:UTF-8等 1.写不带BOM的文件,Utf-16LEDim steamWrite As System.IO.StreamWriter = NothingsteamWrite = New System.IO.StreamWriter(FileName, True原创 2009-09-29 10:17:00 · 1106 阅读 · 0 评论 -
.net 工程编译(compile)时出错(The operation could not be completed.)
Build: 1 succeeded, 0 failed, 0 up-to-date, 1 skipped 消息内容:The operation could not be completed. 以上问题可能是工程中的配置文件有问题。解决方法:重新加载有问题的工程。 1.选中工程 2.删除工程 3原创 2009-09-25 12:11:00 · 4140 阅读 · 0 评论 -
SetLayeredWindowAttributes 创建不规则窗口(此处为椭圆)
不规则窗口 透明窗口原创 2011-03-17 13:07:00 · 1367 阅读 · 0 评论 -
DbgView 显示OutputDebugString输出内容 不能显示问题总结
确认下面的情况,看看是否有效(我用的是4.76版本): 1. 是否有其他编辑器作为了Debug信息输出窗口。 例如:vc在debug时调用OutputDebugString的内容不会输出到DbgView上。2.版本是否正确。 分两种: Under Windo原创 2011-07-05 12:25:48 · 13227 阅读 · 3 评论 -
sizeof strlen wcslen tcslen 比较
sizeof strlen wcslen tcslen 都是取得字符串长度。 sizeof :取得字符串的字节长度,包含 '/0'。strlen:取得多字节字符串中字符长度,不包含 '/0'。wcslen:取得宽字节字符串中字符长度,不包含 '/0'。tcslen:取得宽字节/多字节字符串中字符长度,不包含 '/0'。 例如: WCHAR wcsStr[] = L原创 2010-10-12 12:46:00 · 19503 阅读 · 3 评论 -
hadoop部署注意点
fedora 20下部署的 hadoop 2.7.2 注意点原创 2016-05-30 17:43:56 · 420 阅读 · 0 评论 -
hadoop pipes 中遇到问题
hadoop pipes java.io.IOException: pipe child exception原创 2016-05-30 17:39:14 · 937 阅读 · 0 评论 -
gsoap 数组操作
gsoap中的数据操作支持是区分版本的,我用的gsoap 2.8.14是不支持的,但是我在gsoap 2.8.25下是支持数组作为返回值里的内容的。.h文件定义(c#调用时可用)//gsoap ns service name: JobService//gsoap ns service style: rpc//gsoap ns service encodin原创 2016-03-24 15:15:02 · 937 阅读 · 0 评论 -
C# 编码转换 utf8
C# utf8 编码原创 2015-12-08 22:24:37 · 2663 阅读 · 0 评论 -
oo4o 连接数据库操作
通过 oracle的oo4o对 数据库进行open操作的方法。原创 2014-11-14 15:48:44 · 4664 阅读 · 0 评论 -
strtok分割字符串注意点
char * strtok ( char * string, const char * delimiters );当string中包含delimiters指定的某一个字符是多个连续的情况时,多个连续的字符会被认为是一个,但是只有一个字符被替换会 '\0',其他的未被替换的被略过。例如: char str[] = "A,B,,,C,D";char *ptr = st原创 2013-09-29 17:26:39 · 732 阅读 · 0 评论 -
pl/sql 在oracle库中创建 带 ‘-’ 的表, 不能添加数据
问题: pl/sql 创建表的时候,表名称不能带 ‘-’,否则表创建成功,但是不能添加数据。解决方法:去除 表名中的'-'。不知道是否是所有的版本都有这种情况。原创 2013-02-06 21:35:42 · 671 阅读 · 0 评论