上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页
摘要: 主库配置 # Binary Logging. # log-bin log-bin=mysql-bin #[必须]启用二进制日志 # Error Logging. log-error="mysql-error.log" # Server Id. server-id=200 #不同步的数据库,可设置多个 阅读全文
posted @ 2023-12-26 11:24 liliyou 阅读(27) 评论(0) 推荐(0)
摘要: 1、使用 docker run 命令运行时 增加 --restart=always 参数即可 2、使用 docker-compose 命令运行时 在 yml 文件中,需要自启动的 service 下 增加 restart: always 项目即可 3、已运行的容器修改其自启动策略 执行命令: doc 阅读全文
posted @ 2023-08-23 11:03 liliyou 阅读(143) 评论(0) 推荐(1)
摘要: :args *.txt *.cpp :argdo %s/hate/love/gc | update 阅读全文
posted @ 2021-07-25 10:18 liliyou 阅读(56) 评论(0) 推荐(1)
摘要: 解决方案 推送数据结构如下: "ios": { "alert": { "title" : "JPush Title", "subtitle" : "JPush Subtitle", "body" : "JPush Body" }, "sound": "default", "badge": "+1", 阅读全文
posted @ 2021-01-14 17:28 liliyou 阅读(305) 评论(0) 推荐(0)
摘要: https://mirrors.cloud.tencent.com/gradle/ 阅读全文
posted @ 2021-01-05 13:42 liliyou 阅读(3439) 评论(0) 推荐(0)
摘要: 1,TextBlock 作用:适合长文本多行显示,Label可以看成是一个简短的单行的TextBlock,只是Label可以显示图片,TextBlock只能显示纯文本 关键属性:Text <TextBlock Width="50" Height="50" TextAlignment="Center" 阅读全文
posted @ 2020-10-01 17:18 liliyou 阅读(648) 评论(0) 推荐(0)
摘要: 1. 全局安装electron-builder npm install -g electron-builder 1 2. 在package.json文件中增加打包的配置 完整配置项文档地址:https://www.electron.build/configuration/configuration 阅读全文
posted @ 2020-08-02 22:49 liliyou 阅读(4891) 评论(0) 推荐(0)
摘要: 求绝对值大于0, 同理,等于零是 绝对值等于0 阅读全文
posted @ 2020-07-30 20:29 liliyou 阅读(276) 评论(0) 推荐(0)
摘要: 在mian.js里面: import ElementUI from 'element-ui'; // 修改 el-dialog 默认点击遮照为不关闭 ElementUI.Dialog.props.closeOnClickModal.default = false 参考 https://blog.cs 阅读全文
posted @ 2020-07-19 16:11 liliyou 阅读(1112) 评论(0) 推荐(0)
摘要: 创建Frame <Frame Source="Pages\StartPage.xaml" NavigationUIVisibility="Hidden"> </Frame> Frame 导航 this. NavigationService.Navigate(new NextPage()); Fram 阅读全文
posted @ 2020-06-30 22:28 liliyou 阅读(115) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页