haiyang's blog

Lifelong Learning

Home Archives About
2018-06-04

Python Convert String to Sql in Sentence

strParam = ‘123, 114’
inSql = str([x.strip() for x in strParam.split(‘,’)]).replace(“[“, “”).replace(“]”, “”).replace(‘u’,’’)

Share
  • Mysql
  • Python
2018-05-07

Windows Auto Login Without Input Password

Auto login windows without input password

Read More

Share
  • Windows
2018-05-06

Ethereum Blockchain Development

Blockchain Development
Use solidity language, truffle framework

Read More

Share
  • Blockchain
2018-04-04

Tomcat7 CORS Filter

Sometimes we get Access-Control-Allow-Origin missing error.
So, we decide to set Access-Control-Allow-Origin: * in tomcat.

Read More

Share
  • Tomcat
2018-04-03

Location Services Not Working in iOS 11

Location Services not working in iOS 11

Read More

Share
  • Ionic
2018-01-10

Auto Start Service When Boot

We always need to auto start some service when we boot our system.(like tomcat)
We can set it to system auto start programs.

Read More

Share
  • Linux, Tomcat, Devops
2017-12-15

Process Management Tool Supervisord

Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems.

Read More

Share
  • Linux
2017-11-13

Python Check Internet Access Script

We had to check a linux server’s access status this week, so I write a python script to check and log internet status in the real.

Read More

Share
  • Python
2017-10-17

Bootstarp Design Resourse

Some Usefull opensourse bootstrap or other framework’s resource.
Base on github.

Read More

Share
  • Design
2017-09-04

Build and Debug Your Android From the Command Line

Build and Debug Your Android from the Command Line.
Use gradle/gradlew.
These commands all execute under android gradle project’s root folder.

Read More

Share
  • Android
2017-08-28

Python Asyns

python(2.x) asyns

Read More

Share
  • Python
2017-07-27

Restful Api

REST – REpresentational State Transfer 直翻:表现层状态转移。
概括:URL定位资源,用HTTP动词(GET,POST,DELETE,DETC)描述操作。

Read More

Share
  • Programming
2017-07-05

Use Npm Http-Server Create a Https Server

use http-server set a https site locally and easily

Read More

Share
  • Linux
2017-06-29

Show Sbt's Scala Version

show sbt scala version

Read More

Share
  • Scala
2017-06-27

Linux Io Redirection Commands

Linux I/O Redirection Commands

Read More

Share
  • Linux
2017-06-14

The Art of Readable Code

编写可阅读代码的艺术

Read More

Share
  • Books
2017-06-13

Algorithm Complexity

算法分析

Read More

Share
  • Programming
2017-06-10

The Art of Readable Code

The art of readable code

Read More

Share
  • Books
2017-05-25

SQL Injection Attack

避免SQL注入

Read More

Share
  • Security
2017-05-24

Deploy Nodejs by Pm2

Depoly Nodejs Application with PM2

PM2 is simple and easy to use. http://pm2.io/

Read More

Share
  • Nodejs
« prev1234…9next »

Tags

  • Activator1
  • Android1
  • Bash1
  • Basic1
  • Blockchain1
  • Books4
  • Command Line2
  • Cordova3
  • Data-Scientist1
  • Design1
  • Docker2
  • Emacs1
  • Essay17
  • GPU1
  • Git8
  • Gulp3
  • Ionic1
  • Ios1
  • Javascript6
  • Kubenetes2
  • Laravel1
  • Life Style1
  • Linux30
  • Linux, Tomcat, Devops1
  • Mysql10
  • Nginx1
  • Nodejs5
  • Npm1
  • Playframework1
  • Postgres1
  • Programming12
  • Python11
  • React4
  • Redis1
  • Scala7
  • Security1
  • Shell2
  • TODO4
  • Tensorflow1
  • Tmux3
  • Tomcat3
  • VSCode1
  • Vim3
  • Virtualbox2
  • Windows1
  • ionic1

Tag Cloud

Activator Android Bash Basic Blockchain Books Command Line Cordova Data-Scientist Design Docker Emacs Essay GPU Git Gulp Ionic Ios Javascript Kubenetes Laravel Life Style Linux Linux, Tomcat, Devops Mysql Nginx Nodejs Npm Playframework Postgres Programming Python React Redis Scala Security Shell TODO Tensorflow Tmux Tomcat VSCode Vim Virtualbox Windows ionic

Archives

  • October 20231
  • March 20232
  • May 20222
  • August 20211
  • June 20211
  • October 20201
  • June 20201
  • April 20202
  • March 20201
  • May 20192
  • April 20191
  • February 20191
  • November 20181
  • August 20181
  • June 20183
  • May 20182
  • April 20182
  • January 20181
  • December 20171
  • November 20171
  • October 20171
  • September 20171
  • August 20171
  • July 20172
  • June 20175
  • May 20176
  • April 20171
  • March 20176
  • February 20175
  • January 20173
  • December 20168
  • November 20168
  • October 20165
  • September 20167
  • August 20168
  • July 201617
  • June 201619
  • May 201637

Recent Posts

  • Useful Javascript Tricks
  • Useful Python Tricks
  • Useful Shell Tricks
  • Command Line Tips
  • Useful Gpu Server/docker Commands
© 2023 haiyang
Powered by oceanpad
Home Archives About