Skip to content

A Blog

月度归档: 2015年12月

Nginx 配置ssl

Posted on 2015年12月31日2016年3月17日 by lsj

添加 server { listen 443 ssl; ssl_certificate crt路径; ssl_ […]

Posted in NginxLeave a comment

WordPress Nginx 固定链接

Posted on 2015年12月30日2015年12月30日 by lsj

修改nginix的ngnix.conf配置文件,让其支持重定向   location / { try […]

Posted in WordPress 7 Comments

WordPress 自动更新需要FTP

Posted on 2015年12月26日2015年12月30日 by lsj

修改网站所在目录属性: chmod -R 755 /home/wwwroot chown -R www /ho […]

Posted in WordPress 7 Comments

iptables ftp 配置

Posted on 2015年12月26日2015年12月30日 by lsj

1、开放20、21端口: -A INPUT -p tcp -m tcp –dport 20 -j […]

Posted in LinuxLeave a comment

github 添加SSH key

Posted on 2015年12月19日2015年12月30日 by lsj

创建SSH key ssh-keygen   默认生成在C:\Users\Administrator […]

Posted in github 8 Comments

Linux VPS 配置 shadowsocks

Posted on 2015年12月14日2015年12月30日 by lsj

Ubuntu 14.04 x64 1. sudo apt-get update 2. sudo python […]

Posted in Linux 7 Comments

System.Enum

Posted on 2015年12月12日2015年12月30日 by lsj

枚举默认为Int类型,可以显式设定为其他类型 public enum MyEnum : byte { } 枚举 […]

Posted in C# 2 Comments

System.Array

Posted on 2015年12月12日 by lsj

属性 Length 返回数组中项的个数 Rank 返回数组维数 方法 Clear() 将数组内所有项均设为空值 […]

Posted in C#Leave a comment

数值格式字符

Posted on 2015年12月11日 by lsj

C或c 用于格式化货币。默认情况下以当地的货币标志为前缀。 D或d 用于格式化十进制数。指定填充值的最小个数。 […]

Posted in C#Leave a comment

System.Environment

Posted on 2015年12月11日 by lsj

属性 ExitCode 获取或设置应用程序任何地方退出的代码 Is64BitOperatingSystem 返 […]

Posted in C#Leave a comment

文章导航

较旧文章

近期文章

  • 用纯C语言来调用Windows Runtime
  • Linux下搭建支持冗余连接的VPN网络
  • 给Github Desktop制造一个虚假的Visual Studio Code
  • GitLab CI中发布Release
  • slapd实现主从同步

近期评论

  • lsj发表在《Chromium Embedded Framework 编译》
  • lsj发表在《Chromium Embedded Framework 编译》
  • lsj发表在《Chromium Embedded Framework 编译》
  • lsj发表在《Chromium Embedded Framework 编译》
  • lsj发表在《Chromium Embedded Framework 编译》

归档

  • 2021年12月
  • 2021年8月
  • 2020年11月
  • 2020年7月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年2月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年8月
  • 2019年7月
  • 2019年6月
  • 2019年4月
  • 2019年2月
  • 2018年10月
  • 2018年9月
  • 2018年4月
  • 2017年9月
  • 2017年4月
  • 2017年3月
  • 2016年9月
  • 2016年7月
  • 2016年6月
  • 2016年5月
  • 2016年3月
  • 2016年2月
  • 2016年1月
  • 2015年12月
  • 2015年11月
  • 2015年10月

分类

  • Android
  • C#
  • CEF
  • Cli
  • Diary
  • git
  • github
  • GitLab
  • HTTP
  • LDAP
  • Linux
  • Mac
  • Mess
  • MSSQL
  • Nginx
  • Other
  • Qt
  • SSL
  • VPS
  • VS
  • Windows
  • WinRT
  • WordPress
  • WPF
  • 坑

功能

  • 注册
  • 登录
  • 条目feed
  • 评论feed
  • WordPress.org
Proudly powered by WordPress | Theme: sosimple by Fernando Villamor Jr..