会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
幽暗天琴
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
下一页
2023年3月17日
VUE的v-decorator怎么设置默认值
摘要: input框使用v-decorator后v-mode与v-bind失效不能用,设置默认值用 initialValue使用方法 v-decorator="['表单name值',{initialValue:需要设置的默认值}]" 如下图
阅读全文
posted @ 2023-03-17 17:06 幽暗天琴
阅读(227)
评论(0)
推荐(0)
2023年2月28日
uniapp打开app后检查更新版本功能
摘要: 获取app最新版本信息,再获取本地版本信息,进行对比,如果不同,则提示用户前往下载更新 goContact() { uni.request({ url: 'https://www.pgyer.com/apiv2/app/builds', method: 'POST', //建议使用post访问 //
阅读全文
posted @ 2023-02-28 14:34 幽暗天琴
阅读(257)
评论(0)
推荐(0)
2022年11月11日
thinkPHP查询数据库常用函数
摘要: 1.find() 查询一条数据 2.field() 查询的字段 如 field('id,name,age') 3.select() 查询多条数据 4.setField() 修改一个字段或多个字段值 如setField('name','李四') 或setField(['name'=>'李四',age=
阅读全文
posted @ 2022-11-11 14:31 幽暗天琴
阅读(183)
评论(0)
推荐(0)
2022年10月23日
创建git远程仓库并与本地库连接
摘要: 1.首先本地库要创建一个秘钥,用于本地库和远程库之间的连接 在git面板里面使用ssh-keygen,然后按几下回车,文件默认存在c盘用户目录下的.ssh目录里面 2.打开.ssh目录下的id_rsa.pub复制秘钥或在git里面打开复制 3.本地秘钥申请之后进入github.com登录,没账号点注
阅读全文
posted @ 2022-10-23 21:20 幽暗天琴
阅读(240)
评论(0)
推荐(0)
2022年10月21日
linux常用命令
摘要: https://www.cnblogs.com/Dengv5/p/16394094.html
阅读全文
posted @ 2022-10-21 11:28 幽暗天琴
阅读(7)
评论(0)
推荐(0)
thinkphp6使用redis
摘要: https://www.yisu.com/zixun/505209.html redis常用命令:https://blog.csdn.net/demored/article/details/123842206
阅读全文
posted @ 2022-10-21 10:58 幽暗天琴
阅读(42)
评论(0)
推荐(0)
2022年10月20日
git常用命令
摘要: gitgit首次安装可能需要设置用户名称和邮箱git config --global user.name "Your Name"git config --global user.email "your.email@example.com" git add src/xxxxxxxx 添加需要提交的文件
阅读全文
posted @ 2022-10-20 21:18 幽暗天琴
阅读(24)
评论(0)
推荐(0)
ajax异步请求
摘要: https://blog.csdn.net/weixin_45060598/article/details/120686932
阅读全文
posted @ 2022-10-20 19:16 幽暗天琴
阅读(11)
评论(0)
推荐(0)
创建数据库,数据表
摘要: https://blog.csdn.net/qq_27093831/article/details/116426475
阅读全文
posted @ 2022-10-20 11:43 幽暗天琴
阅读(34)
评论(0)
推荐(0)
2022年10月9日
wamp的Apache未启动原因,80端口未占用
摘要: 启动wamp发现图标是黄色的,apache启动未成功,cmd输入netstat -ano|findstr 80,发现80端口未占用 (若80端口占用,记住占用进程的pid ,使用taskkill /pid xxx关闭进程 ) 解决方法:cmd进入Apache的bin目录,输入httpd.exe,提示
阅读全文
posted @ 2022-10-09 13:56 幽暗天琴
阅读(180)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
下一页
公告