HEIDSOFT
HEIDSOFT
ENTHUSIASTIC GITHUB USER
![]()
heidsoft@sina.com
GitHub Profile
I'm a developer based in China.shanghai with 69 public repositories and 5 followers. I've been using github.com since last year and sometimes I blog at http://cn.linkedin.com/pub/jake-liu/69/110/94a/.
Languages
- Java (38%)
- C (38%)
- JavaScript (7%)
My Popular Repositories
heidsoftnote
C - Creator & Owner
2012 - 2013
my learn note
This repository has 4 watchers and 2 forks. If you would like more information about this repository and my contributed code, please visit the repo on GitHub.
CloudStackUI
Creator & Owner
2013
开源云操作系统CloudStackUI分析与定制化开发
This repository has 1 watcher and 0 forks. If you would like more information about this repository and my contributed code, please visit the repo on GitHub.
heidsoftapp
C - Creator & Owner
2012 - 2013
this is linux c/c++ or web2.0 develop code for me
This repository has 1 watcher and 0 forks. If you would like more information about this repository and my contributed code, please visit the repo on GitHub.
heidsoftShell
Shell - Creator & Owner
2013
heidsoftShell
This repository has 0 watchers and 0 forks. If you would like more information about this repository and my contributed code, please visit the repo on GitHub.
hdbigdata
Creator & Owner
2013
大数据研究与应用
This repository has 0 watchers and 0 forks. If you would like more information about this repository and my contributed code, please visit the repo on GitHub.
My Organizations
HeidCloud
Member
2013
If you would like more information about this organization, please visit the organization page on GitHub.
About This Résumé
This résumé is generated automatically using information from my github account. The repositories are ordered by popularity based on a very simple popularity heuristic that defines the popularity of a repository by its sum of watchers and forks. Do not hesitate to visit my github page for more information about my repositories and work.
heidsoft — heidsoft@sina.com — https://github.com/heidsoft
HEIDSOFT的更多相关文章
- heidsoft logo
- 设想 Docker 下部署 KVM
设想 Docker 下部署 KVM 一.安装 $ yum -y install kvm # kvm base , must $ yum -y install libvirt -y # libvirtd ...
- IPMI无法执行命令
IPMI无法执行命令 https://www.cnblogs.com/EricDing/p/8995263.html http://www.cnblogs.com/heidsoft/p/4014301 ...
- SuSE 网卡配置模板
heidsoft:/etc/sysconfig/network # cat ifcfg.template ## This is a template for a network interface c ...
- CloudFoundry 快速上手笔记
1.登陆cf 2.登陆进入webservice 3.查看ruby版本 4.查看gem版本 5.安装CF 6.配置cf Download the CLI from github: https://git ...
- ruby 访问权限
##################### # 访问权限 ##################### class HeidSoft ##默认方法 def method1 ##### end prote ...
- ruby 数组与散列
def say_goodnight(name) result ="Good night ." +name return result end def say_goodmorning ...
- ruby 变量和方法
def say_goodnight(name) result ="Good night ." +name return result end def say_goodmorning ...
- 【WebTerminal】gotty工具
./gotty -w -p 8888 --permit-arguments /bin/sh ./gotty -w -p 8888 --permit-arguments docker exec -ti ...
随机推荐
- CF 1093E Intersection of Permutations——CDQ分治
题目:http://codeforces.com/contest/1093/problem/E 只能想到转化成查询一个区间里值在一个范围里的数的个数…… 没有想到这样适合用主席树套树状数组维护.不过据 ...
- RK3288 USB触摸屏无法使用,需要添加PID和VID
RK3288 Android5.1 现象:USB 接口触摸屏插到板子上,触摸屏无法使用,有可能出现更奇葩的,同一套代码,有的板子可以用,有的板子不能用. 1.打开串口调试,插上触摸屏,读取触摸屏的 ...
- Unix网络编程 3.9 readline函数
其实看APUE时就想试着写些简单的stdio函数了,但是一直没实践,看到这里时发现书上写得不完整,便敲代码试了下. 第1个readline速度非常慢原因在于每次读取字符都执行了系统调用read(),而 ...
- error: src refspec master does not match any.
执行下面的命令,git push 时候出错: git push origin master 出现如下错误: error: src refspec master does not match any. ...
- Android ListView的item背景色设置
1.如何改变item的背景色和按下颜色 listview默认情况下,item的背景色是黑色,在用户点击时是黄色的.如果需要修改为自定义的背景颜色,一般情况下有三种方法: 1)设置listSelecto ...
- jq from表单 取值
//获取表单参数 var DataDeal = { formToJson: function (id) { var data=$(id).serialize();//获取值 data = decode ...
- 微服务监控之三:Prometheus + Grafana Spring Boot 应用可视化监控
一.Springboot增加Prometheus 1.Spring Boot 应用暴露监控指标,添加如下依赖 <dependency> <groupId>org.springf ...
- 阻塞队列之二:LinkedTransferQueue
一.LinkedTransferQueue简介 TransferQueue是一个继承了BlockingQueue的接口,并且增加若干新的方法.LinkedTransferQueue是TransferQ ...
- String.Format数字格式化输出 {0:N2} {0:D2} {0:C2} (转)
String.Format数字格式化输出 {:N2} {:D2} {:C2} (转) //格式为sring输出 // Label1.Text = string.Format("asdfads ...
- 2017百度之星初赛A-1006(HDU-6113)
思路:在图的外面包一圈'0'字符,然后dfs统计'0'字符的个数和'1'字符的个数.结果如下(num0表示0字符的个数,num1表示1字符的个数): num0 == 1 && num1 ...