会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
狮子笔记
技术开发、问题解决记录
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
下一页
2022年4月22日
需求管理
摘要:
阅读全文
posted @ 2022-04-22 19:00 夏夏夏夏夏夏夏
阅读(11)
评论(0)
推荐(0)
编辑
2022年4月11日
WEB客户端如何配置MQTT遗嘱消息及其他端如何接收
摘要: Q:客户端如何配置? connection 配置will参数; var mqtt = require('mqtt') mqtt.connect({ useSSL: false, protocol: 'https:' window.location.protocol ? 'wss' : 'ws', p
阅读全文
posted @ 2022-04-11 12:04 夏夏夏夏夏夏夏
阅读(346)
评论(0)
推荐(0)
编辑
2022年4月6日
TortoiseGit拉取代码报错,You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type.
摘要: 前因:Github移除了用户名密码验证方式,通过 SSH 或 git://连接的新客户端不允许使用RSA SHA-1签名(SHA-1 is weak) 解决方案:改用ed25519或RSA SHA-2签名 生成工具:PuTTY Key Generater 生成步骤与过去相同; TortoiseGit
阅读全文
posted @ 2022-04-06 11:10 夏夏夏夏夏夏夏
阅读(817)
评论(0)
推荐(0)
编辑
2015年3月22日
深圳一周面试总结
摘要: 1, 深圳市新元素医疗技术开发有限公司结论: 公司办公桌狭窄, 面试人员友好, 技术面之后谈完薪资无下文.2,深圳市双佳电子科技有限公司结论: 公司空旷无人, 不懂技术的人来面试, 浪费时间.3,深圳市华仁达技术有限公司结论: 公司空旷无人, 据前台介绍, 技术人员外出验收项目, HR面目高傲, 面...
阅读全文
posted @ 2015-03-22 23:51 夏夏夏夏夏夏夏
阅读(954)
评论(3)
推荐(0)
编辑
2015年3月3日
safari
摘要: http://www.zhangxinxu.com/wordpress/2014/10/mobilebone-js-mobile-web-app-core/http://rawgit.com/zhangxinxu/mobilebone/master/test/fixed-header-footer/...
阅读全文
posted @ 2015-03-03 20:00 夏夏夏夏夏夏夏
阅读(141)
评论(0)
推荐(0)
编辑
2015年1月28日
"Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions.".
摘要: 设置环境变量set ANDROID_HOME=C:\\android-sdk-windowsset PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-toolshttp://spring.io/guides/gs/android/
阅读全文
posted @ 2015-01-28 11:25 夏夏夏夏夏夏夏
阅读(443)
评论(0)
推荐(0)
编辑
2015年1月16日
grunt-contrib-watch 监控 JS 文件改变来运行预定义的Tasks
摘要: 依赖于 GruntJs ~0.4.0监控 JS 文件改变来运行预定义的TasksDemo: watch: { scripts: { files: ['src/**/*.js'], tasks: ['jshint'], options: { ...
阅读全文
posted @ 2015-01-16 15:53 夏夏夏夏夏夏夏
阅读(185)
评论(0)
推荐(0)
编辑
2015年1月7日
在 :after/ :before 使用 font awesome web Icon
摘要: .element { position: relative;} /*replace the content value with thecorresponding value from the list below*/ .element:before { content: "\f000"...
阅读全文
posted @ 2015-01-07 15:19 夏夏夏夏夏夏夏
阅读(1644)
评论(0)
推荐(0)
编辑
2014年12月25日
在 Ubuntu上使用 MySQL
摘要: MySQL 安装配置https://help.ubuntu.com/12.04/serverguide/mysql.htmlMySQLManualhttp://dev.mysql.com/doc/refman/5.7/en/preface.html
阅读全文
posted @ 2014-12-25 16:01 夏夏夏夏夏夏夏
阅读(170)
评论(0)
推荐(0)
编辑
2014年11月19日
Ubuntu/CentOs 搭建SVN服务器
摘要: 安装CentOS : yum install subversionUbuntu: sudo apt-get install subversion查看Subversion版本:使用“svn --version”查看程序的版本号和版本库访问模块,或者使用“svn --version --quiet”只查...
阅读全文
posted @ 2014-11-19 17:57 夏夏夏夏夏夏夏
阅读(215)
评论(0)
推荐(0)
编辑
1
2
3
4
5
下一页
公告
© 2014 Tea.Fish Do't Retain Any Rights. 版权没有,随意粘贴