会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jamy
博客园
首页
新随笔
联系
订阅
管理
2020年3月19日
js判断是否为手机或是pc
摘要: $(function(){ var mobile_flag = isMobile(); // true为PC端,false为手机端 if(mobile_flag){ $("#fh5co-main").css({"width": "100%", "float": "right"}); $("#trad
阅读全文
posted @ 2020-03-19 09:27 Jamy
阅读(4329)
评论(0)
推荐(0)
2019年12月4日
滚动翻页vue
摘要: <template> <div class="home"> <div style="height:100%; width:100%;" @wheel.prevent="handleScroll"> <div class="hometitle"> <div v-for="navItem in navL
阅读全文
posted @ 2019-12-04 14:34 Jamy
阅读(462)
评论(0)
推荐(0)
2019年11月12日
note
摘要: <script> window.location.href = '/html/index.html';</script>
阅读全文
posted @ 2019-11-12 13:35 Jamy
阅读(94)
评论(0)
推荐(0)
2019年10月9日
Vue-cli 鼠标监听事件之滚动条
摘要: <template> <div class="scroll"> <div class="scroll-div-outer" id='scrollDiv'> <div class="scroll-div-inner"> </div> </div> </div> </template> <script>
阅读全文
posted @ 2019-10-09 11:26 Jamy
阅读(1936)
评论(0)
推荐(0)
2019年9月6日
adobe Keychain mac
摘要: Keychain password access This question has been Answered. janec2070563 May 8, 2018 11:07 AM I constantly get asked for the password to my 'keychain ac
阅读全文
posted @ 2019-09-06 20:22 Jamy
阅读(310)
评论(0)
推荐(0)
2019年9月2日
HTML协义代码
摘要: 这些状态码被分为五大类: 100-199 用于指定客户端应相应的某些动作。 200-299 用于表示请求成功。 300-399 用于已经移动的文件并且常被包含在定位头信息中指定新的地址信息。 400-499 用于指出客户端的错误。 500-599 用于支持服务器错误。一些常见的状态码为: 200 -
阅读全文
posted @ 2019-09-02 11:45 Jamy
阅读(189)
评论(0)
推荐(0)
2019年8月30日
Brew 替换为国内源Mac
摘要: # 替换brew.git cd "$(brew --repo)" git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git # 替换homebrew-core.git cd "$(brew --repo)/Libra
阅读全文
posted @ 2019-08-30 23:02 Jamy
阅读(2768)
评论(0)
推荐(0)
2019年8月27日
linux 磁盘命令
摘要: 用到共享软件为:samba 配置文件为 /etc/samba/smb.conf sudo fdisk -l 查看磁盘 sudo df -lh 查看磁盘挂载情况 sudo mount /dev/sdb /mnt/diskb 挂载sdb到diskb文件 mkfs.ext4 /dev/sdb 格式化成ex
阅读全文
posted @ 2019-08-27 00:39 Jamy
阅读(409)
评论(0)
推荐(0)
2019年8月9日
samba
摘要: window 与 linux 的媒介 sudo apt-get install samba sudo vi /etc/samba/smb.conf [share] #文件名称 comment = samba home directory #文件介绍path = /home/share #文件路径pu
阅读全文
posted @ 2019-08-09 00:22 Jamy
阅读(129)
评论(0)
推荐(0)
2019年7月29日
illustrator 偏方
摘要: 视图 边角构件 - - 这个是显示边角弧度的
阅读全文
posted @ 2019-07-29 14:36 Jamy
阅读(106)
评论(0)
推荐(0)
下一页
公告