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 ...
随机推荐
- (转)[Android实例] 关于使用ContentObserver监听不到删除短信会话的解决方案
最近做通讯录的项目,需要实时监听短信的删除,就用到了观察者ContentObserver,怪异的事情就此发生,当我删除一条短信的时候,可以监听到,但是,当我删除整条短信的时候,就无法监听到,查了很多资 ...
- 下ue节点
#!/bin/bash action=$1 port=$2 file="/home/operation/workspace/renderingengine/engine/services.t ...
- Linux 利用busybox制作根文件系统
busybox版本:1.17.3 官网下载路径:https://busybox.net/downloads/ 网盘下载路径:https://pan.baidu.com/s/1nvrEa73 密码:7y ...
- awk:NF-NR-OFS-ORS-RS等参数
ARGC 命令行参数个数ARGV 命令行参数排列ENVIRON 支持队列中系统环境变量的使用FILENAME awk浏览的文件名FNR 浏览文件的记录数FS 设置输入域分隔符,等价于命令行 -F选项N ...
- 【转】JMeter测试有无数据库连接池的性能
使用JMeter测试一下有无数据库连接池的性能: 1.下载JMeter 2.无连接池的servlet Java代码 public void doGet(HttpServletRequest reque ...
- UE4 代码总结
1.创建关卡类 1.创建C++类继承LevelScriptActor 2.打开关卡蓝图 Class Settings->Parent Class 选择你之前创建好的C++类 遇到的问题: 1.T ...
- CDH5.10.0 离线安装(共3节点) 转
1.安装方式 CDH的离线部署安装,即Parcel包(推荐) 2.角色规划 三个节点对应的角色: 3.基本环境配置(在每个节点上都要配置) (1)关闭防火墙 #/etc/init.d/iptables ...
- Git版本控制:Github的使用之 多人协作及参与项目
版权声明:本文为博主皮皮http://blog.csdn.net/pipisorry原创文章,未经博主允许不得转载. 目录(?)[-] Git多人协作 从远程库克隆 使用GitHub参与开源项目- ...
- python学习笔记(十二):发送邮件
我们在开发程序的时候,有时候需要开发一些自动化的任务,执行完之后,将结果自动的发送一份邮件,python发送邮件使用smtplib模块,是一个标准包,直接import导入使用即可,代码如下: impo ...
- IOS 后台之长时间任务 beginBackgroundTaskWithExpirationHandler 申请后台十分钟 600秒
10分钟 beginBackgroundTaskWithExpirationHandler,beginBackgroundTaskWithName endBackgroundTask 定义变量 UIB ...