会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ajanuw
做自己的King
博客园
首页
管理
上一页
1
···
29
30
31
32
33
34
35
36
37
···
40
下一页
2018年8月29日
Centos 为Nginx 搭建https
摘要: Nginx 扩展模块 certbot文档 看文档,文档是最新的 如果执行 "certbot --nginx" 自动配置失败了, 那么可以执行 "certbot certonly -d ajanuw.fun" 获取或更新证书,然后在你的nginx中导入证书 nginx.conf server { #
阅读全文
posted @ 2018-08-29 00:22 Ajanuw
阅读(206)
评论(0)
推荐(0)
2018年8月27日
react组件
摘要: 传递props import React, {Component, VFC, ReactNode } from 'react'; const Hello: VFC<{ body: ReactNode }> = ({ body }) => { return <div>{body}</div>; };
阅读全文
posted @ 2018-08-27 16:35 Ajanuw
阅读(276)
评论(0)
推荐(0)
namecheap 添加二级域名
摘要: "如何将域连接到服务器或主机" "namecheap Docs" Nginx 添加一个server
阅读全文
posted @ 2018-08-27 15:45 Ajanuw
阅读(2203)
评论(0)
推荐(0)
2018年8月23日
electron+react
摘要: main.js package.json 执行 npm run dev
阅读全文
posted @ 2018-08-23 11:53 Ajanuw
阅读(316)
评论(0)
推荐(0)
2018年8月3日
react 中的绑定事件
摘要: 在构造函数里面 bing 获取点击事件的元素 传递参数 e.preventDefault(); 阻止默认行为 e.stopPropagation() 阻止事件传播(冒泡) "支持的事件名" rxjs 防抖 lodash 防抖 rxjs debounce
阅读全文
posted @ 2018-08-03 23:11 Ajanuw
阅读(892)
评论(0)
推荐(0)
2018年7月31日
浏览器打开exe文件
摘要: ` regedit` 打开注册表,然后 自定义协议 自定义协议注册表.reg 打开后导入 设置好后浏览器访问
阅读全文
posted @ 2018-07-31 12:58 Ajanuw
阅读(1598)
评论(0)
推荐(0)
2018年7月26日
js模拟发送 FormData数据
摘要: 后台express需要connect-multiparty模块接收formData的数据类型 class ourFormData { constructor(data, rs) { return new String((function (data, rs) { let data_string =
阅读全文
posted @ 2018-07-26 13:38 Ajanuw
阅读(2293)
评论(0)
推荐(0)
2018年7月25日
松散的css
摘要: ``` ``` 
阅读全文
posted @ 2018-07-25 23:57 Ajanuw
阅读(216)
评论(0)
推荐(0)
2018年7月18日
electron打包后, 使用NSIS再打包成安装包 .exe文件
摘要: "NSIS下载地址" :triangular_flag_on_post: 把/dist/win unpacked 先打包成.zip,在使用 zip的打包方式
阅读全文
posted @ 2018-07-18 10:07 Ajanuw
阅读(790)
评论(0)
推荐(0)
2018年7月17日
nginx
摘要: 修改配置后要重启,先检查修改后的配置有没有问题 ./nginx -t 手动安装 $ wget https://nginx.org/download/nginx-1.18.0.tar.gz $ tar -zxvf nginx-1.15.2.tar.gz $ cd nginx-1.15.2 $ ./co
阅读全文
posted @ 2018-07-17 20:58 Ajanuw
阅读(85)
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
36
37
···
40
下一页