码迷,mamicode.com
首页 >  
搜索关键字:cat 开关    ( 28456个结果
无限分类
#1.方式1 data=[ {"cat_id":1,"name":"北京","parent_id":0}, {"cat_id":2,"name":"上海","parent_id":0}, {"cat_id":3,"name":"沙河","parent_id":1}, {"cat_id":4,"nam ...
分类:其他好文   时间:2021-05-24 13:21:10    阅读次数:0
WPF(2)UI
序言 资料 WPF开源项目整理 DMSkin ...
分类:Windows程序   时间:2021-05-24 13:10:31    阅读次数:0
Unity——射线检测(鼠标点击开关门效果)
Unity射线检测——实现简单的开关门效果 简要:通过鼠标点击来发射一条射线,来获得射线所碰到的物体名称,再通过改变门的Rotation值来实现开关门的效果。 一、代码实现 1.1 简易的场景搭建 注:这里的门是unity资源商店下载的一个预制体。 1.2 给门添加碰撞体 选中要开的门页 添加Box ...
分类:编程语言   时间:2021-05-24 13:03:08    阅读次数:0
【解决】Linux编译make时速度慢,一直在checking
centos编译安装Python时,提示“Warning: File `Makefile.pre.in' has modification time 19209898 s in the future”先说结论:系统时间不对。如果遇到编译make时一直checking,那不用等了,它停不下来。实际上m... ...
分类:系统相关   时间:2021-05-24 12:34:55    阅读次数:0
Linux基础常用命令
开关机 poweroff # 关机 reboot # 重启 网络相关 ip address # 查询IP地址 nmtui # 图形化管理网络 route # 查看路由表 systemctl restart network # 重启网络服务 ss -ntlp # 查看系统中tcp端口开启的情况 ss ...
分类:系统相关   时间:2021-05-24 12:07:41    阅读次数:0
抓取android日志
1、指定包 adb logcat | findstr <packagename> >F:\test.log 2、指定时间 adb logcat -v threadtime -t '08-08 08:08:08.000' >F:\test.log 3、打印到cmd adb logcat 4、打印 信息 ...
分类:移动开发   时间:2021-05-24 10:00:37    阅读次数:0
今日排错---harbor无法登陆failed with status: 502 Bad Gateway
现象 [root@ln0-181 src]# docker login harbor.spos.lab Authenticating with existing credentials... Login did not succeed, error: Error response from daem ...
分类:其他好文   时间:2021-05-24 07:34:00    阅读次数:0
window.location 方法及作用
字段:http://localhost:9094/#/source/source-catalog1、设置或获取整个 URL 为字符串 window.location.hrefhttp://localhost:9094/#/source/source-catalog 2、设置或获取 URL 的协议部分 ...
分类:Windows程序   时间:2021-05-24 07:28:34    阅读次数:0
mysql:基础管理、体系结构、升级降级
基础管理 1.1 用户管理 1.2 权限管理 1.3 连接管理 1.4 初始化配置文件 1.4.1 作用 <1. 影响到数据库的启动、日常工作。 <2. 影响到客户端连接(本地服务器上发起的)。 1.4.2 文件格式 [root@db01 ~]# cat /etc/my.cnf [mysqld] u ...
分类:数据库   时间:2021-05-24 06:37:00    阅读次数:0
CentOS文件描述符
在生产上部署的Ocelot,,ESTABLISHED到达3000后会不间断出现内部服务器错误及too many file等类似字样错误,经排查,因最近进行了服务器迁移,导致部文件描述符部分没有进行配置,进行配置后,故障恢复。整理如下: 一、系统最大文件描述符 查看系统最大文件描述符 cat /pro ...
分类:其他好文   时间:2021-05-24 06:29:41    阅读次数:0
28456条   上一页 1 ... 13 14 15 16 17 ... 2846 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!