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 ...
随机推荐
- Oracle安装-------实例化EM 配置文件时出错问题 ( 转 )
命令行中执行: C:\Users\Administrator>emca -repos drop EMCA 开始于 2013-4-23 20:13:58 EM Configuration As ...
- Java语言与C语言混合编程(2)--在Java中调用C语言本地库
在上一篇文章中介绍了Java语言中的native关键字,以及Java语言调用C语言的编译生成本地动态链接库(DLL)实现加法运算的小例子,本文通过一个更加详细的例子,深入讲解Java语言调用C语言的函 ...
- 基于Oracle的EntityFramework的WEBAPI2的实现(二)——使用DbFirst
之所以使用DbFirst而没有使用CodeFirst是因为考虑到现实的情况中,我们之所以会选择oracle而不是SQL SERVER,一方面是因为之前公司已经在使用Oracle,而且有好多我们需要用到 ...
- windows + python3.5.2 + anaconda3 + dlib 安装配置
首先下载boost库,根据提示:1)运行 bootstrap.bat. 生成三个文件,其中包括b2 -- bootstrap.bat2)运行b2 -- b2 install3) 利用b ...
- Arduino+A4988驱动两相四线步进电机
先吐槽一下,在某宝买东西这么多年碰到的不靠谱的卖家也没这几天多.丝杆发短,42电机只有32大,碳杆上的鱼眼粘的没法再歪了还死紧……所以组装还得几天.于是先玩了一下DC-DC降压模块和A4988,规划了 ...
- 让输入的字符转义成html实体的方法
使用 htmlspecialchars() 函数,代码不会执行,因为会被保存为转义代码 总结测试方法: https://www.cnblogs.com/kaibindirver/p/10321448. ...
- hsqldb简单使用总结
hsqldb数据库是一款纯Java实现的开源免费数据库,相对其他数据库来说,体积非常小,使用方便,非常利于在测试环境中使用,无需复杂的数据库配置. hsqldb数据库引擎有几种服务器模式:Se ...
- oracle监听动态注册与静态注册
client端如果想要连接到远程的数据库服务器,首先数据库服务器必须启动监听器 oracle监听器的配置在$ORACLE_HOME/network/admin/listener.ora,打开这个文件, ...
- IO模型之IO多路复用 异步IO select poll epoll 的用法
IO 模型之 多路复用 IO 多路复用IO IO multiplexing 这个词可能有点陌生,但是如果我说 select/epoll ,大概就都能明白了.有些地方也称这种IO方式为 事件驱动IO ( ...
- cookies,sessionStorage,localStorage的区别
sessionStorage 和 localStorage 是HTML5 Web Storage API 提供的,可以方便的在web请求之间保存数据.有了本地数据,就可以避免数据在浏览器和服务器间不必 ...