摘要:
安装: 创建项目: express myapp 安装依赖 install dependencies: > npm install 启动应用 run the app: > SET DEBUG=quicknote:* & npm start 阅读全文
摘要:
Let’s Encrypt setup for Apache, NGINX & Node.js https://gist.github.com/davestevens/c9e437afbb41c1d5c3ab 阅读全文
摘要:
地址:https://chrome.google.com/webstore/detail/fhbjgbiflinjbdggehcddcbncdddomop 阅读全文
摘要:
https://elifulkerson.com/projects/tcping.php 阅读全文
摘要:
private SQLiteConnection connection; private SQLiteCommand command; private SQLiteTransaction transaction; string sqConnectionString = "ZG.db"; public 阅读全文
摘要:
原文地址:https://blog.csdn.net/G1036583997/article/details/9630037 1. (1->2) 把第一个窗体中的参数传递给第二个窗体 把第二个窗口写个带参数的构造函数,用参数给变量赋值,或者把这变量声明为静态的,直接赋值 Form2中string s 阅读全文
摘要:
https://www.devart.com/dotconnect/sqlite/docs/Devart.Data.SQLite~Devart.Data.SQLite_namespace.html 有详细的例子。 官方文档 https://www.sqlite.org/datatype3.html 阅读全文
摘要:
安装NFS包 yum install nfs-utils.x86_64 启动NFS服务需要首先启动rpcbind服务,这个rpcbind包已经在上面安装好了 先配置 /etc/exports 文件 vi /etc/exports /etc/exports文件内容格式: 例子: /home/share 阅读全文
摘要:
yum install samba 配置文件在:/etc/samba/smb.conf [global] #添加下面这句 map to guest = Bad User #这个选项是保证匿名访问! #添加如下(记得创建文件夹,文件的拥有者不能使root)文件夹位置不能在/ROOT 不然windows 阅读全文
摘要:
这是官方文档: http://www.firewalld.org/documentation/man-pages/firewall-cmd.html 想使用iptables的规则,firewall也可以做到 [--permanent] --direct --add-rule { ipv4 | ipv 阅读全文