Linux V2ray proxy configuration

安装完v2ray后 config.json 用下面的配置 sudo ./v2ray 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52

Database experiment

数据库实验 环境选择 目标:切题、易用、熟悉数据库命令 切题:选择数据库版本为 SQL SERVER 易用:支持 Excel 导入数据 熟悉数据库命令:支持命令行操作 客户端 环境:W

Simple chat program

基本功能 C++ 资源 自带:主机内通信。 1 2 3 4 5 # first, run server to listen ./tcp_server localhost 9999 # then, run client to establish connect ./tcp_client localhost 9999 server 固定公网 IP 阿里云: CentOS 7 server IP: 47.94.157.136 開放端口 1 2 3 4 5 6 7 8 9 10 11

My First Android Application

Android Field 假话 学习安卓要有锲而不舍的精神与浓厚的兴趣。 大话 学习安卓要坚持四个自信。 空话 要密切关注所选择教程的日期。 套话 Android Studio 的发展日新月异。 废话 学习

點播平臺的搭建

環境:CentOS 8 install ffmpeg install yasm goto http://www.tortall.net/projects/yasm/releases/ and find the lastest version 1 2 3 4 5 6 7 wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz tar -zxvf yasm-1.3.0.tar.gz cd yasm-1.3.0/ ./configure yum -y install gcc automake autoconf libtool make make make install install x264 goto https://github.com/qupai/ or google x264 to find it in github 1 2 3 4 5 git clone https://github.com/qupai/x264.git cd x264/ ./configure