会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liteFang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
下一页
2018年7月20日
使用 Express 脚手架
摘要: 安装: 创建项目: express myapp 安装依赖 install dependencies: > npm install 启动应用 run the app: > SET DEBUG=quicknote:* & npm start
阅读全文
posted @ 2018-07-20 15:53 xfbx
阅读(498)
评论(0)
推荐(0)
2018年7月8日
给你的HTTPS添加Let's Encrypt证书
摘要: Let’s Encrypt setup for Apache, NGINX & Node.js https://gist.github.com/davestevens/c9e437afbb41c1d5c3ab
阅读全文
posted @ 2018-07-08 16:17 xfbx
阅读(223)
评论(0)
推荐(0)
Chrome 插件 postman 可以在线post
摘要: 地址:https://chrome.google.com/webstore/detail/fhbjgbiflinjbdggehcddcbncdddomop
阅读全文
posted @ 2018-07-08 16:01 xfbx
阅读(324)
评论(0)
推荐(0)
Windows 使用 TCPing 工具来获取 TCP延迟、端口通顺情况、已禁Ping服务
摘要: https://elifulkerson.com/projects/tcping.php
阅读全文
posted @ 2018-07-08 15:53 xfbx
阅读(628)
评论(0)
推荐(0)
2018年7月7日
C# sqlite 事务提交多个语句,提升插入速度
摘要: private SQLiteConnection connection; private SQLiteCommand command; private SQLiteTransaction transaction; string sqConnectionString = "ZG.db"; public
阅读全文
posted @ 2018-07-07 12:01 xfbx
阅读(461)
评论(0)
推荐(0)
2018年7月5日
C#窗体之间传递参数
摘要: 原文地址:https://blog.csdn.net/G1036583997/article/details/9630037 1. (1->2) 把第一个窗体中的参数传递给第二个窗体 把第二个窗口写个带参数的构造函数,用参数给变量赋值,或者把这变量声明为静态的,直接赋值 Form2中string s
阅读全文
posted @ 2018-07-05 23:59 xfbx
阅读(3607)
评论(0)
推荐(0)
2018年7月4日
C# SQLITE 使用文档
摘要: https://www.devart.com/dotconnect/sqlite/docs/Devart.Data.SQLite~Devart.Data.SQLite_namespace.html 有详细的例子。 官方文档 https://www.sqlite.org/datatype3.html
阅读全文
posted @ 2018-07-04 23:42 xfbx
阅读(528)
评论(0)
推荐(0)
2018年1月9日
Centos 7 配置 NFS
摘要: 安装NFS包 yum install nfs-utils.x86_64 启动NFS服务需要首先启动rpcbind服务,这个rpcbind包已经在上面安装好了 先配置 /etc/exports 文件 vi /etc/exports /etc/exports文件内容格式: 例子: /home/share
阅读全文
posted @ 2018-01-09 11:43 xfbx
阅读(352)
评论(0)
推荐(0)
Centos 7 下安装 samba 服务
摘要: yum install samba 配置文件在:/etc/samba/smb.conf [global] #添加下面这句 map to guest = Bad User #这个选项是保证匿名访问! #添加如下(记得创建文件夹,文件的拥有者不能使root)文件夹位置不能在/ROOT 不然windows
阅读全文
posted @ 2018-01-09 00:38 xfbx
阅读(157)
评论(0)
推荐(0)
2018年1月8日
Centos 7 firewall的防火墙的规则
摘要: 这是官方文档: http://www.firewalld.org/documentation/man-pages/firewall-cmd.html 想使用iptables的规则,firewall也可以做到 [--permanent] --direct --add-rule { ipv4 | ipv
阅读全文
posted @ 2018-01-08 22:37 xfbx
阅读(494)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
下一页
公告