今天在写Android Studio突然发现用程序打开别人私有项目发现,我以前的SSH公钥一直没生成还用的好好的,今天终于发现了问题了。 所以推荐大家使用码云和github的时候最好生成一下,也就一两分钟的事情。 步骤很简单,如下: 1.不管是mac还是win都适用, 打开命令行/终端,输入 ss ...
分类:
其他好文 时间:
2020-06-17 11:00:08
阅读次数:
74
华为eNSP模拟器简介 1.1 eNSP简介 eNSP(Enterprise Network Simulation Platform)是一款由华为提供的免费的、可扩展的、图形化操作的网络仿真工具平台,主要对企业网络路由器、交换机进行软件仿真,完美呈现真实设备实景,支持大型网络模拟,让广大用户有机会在 ...
分类:
其他好文 时间:
2020-06-17 10:42:02
阅读次数:
1290
一、获取AppID、AppSecret 1、APPID:绑定支付的APPID(必须配置,开户邮件中可查看) 2、APPSECRET:公众帐号secert(仅JSAPI支付的时候需要配置, 登录公众平台,进入开发者中心可设置), 请妥善保管, 避免密钥泄露 获取地址:https://mp.weixin ...
分类:
微信 时间:
2020-06-17 01:03:02
阅读次数:
264
直接上代码 activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" ...
分类:
其他好文 时间:
2020-06-16 23:36:50
阅读次数:
86
这一篇得把介绍框架这个系列终结了,不能超过三篇了,不然太长了..... 还是老规矩,前面两篇的机票在下方: 最新 iOS 框架整体梳理(一) 最新 iOS 框架整体梳理(二) Part - 3 62、Metal MetalKit Metal ( [?metl] ) 这是一个和 OpenGLES 类似 ...
分类:
移动开发 时间:
2020-06-16 23:36:01
阅读次数:
85
最近参加了腾讯音乐Android工程师岗位的面试,这里凭记忆记录了面试中的一些考点,希望能帮到正在面试的你(答案还在整理中)! ...
分类:
移动开发 时间:
2020-06-16 20:11:30
阅读次数:
122
package com.android.demo.lileidemo.listener;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;impo ...
分类:
Web程序 时间:
2020-06-16 15:23:06
阅读次数:
78
package com.android.demo.lileidemo.listener;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;impo ...
分类:
其他好文 时间:
2020-06-16 15:08:33
阅读次数:
44
package com.android.demo.lileidemo.utils;import android.content.Context;import android.os.Environment;import android.os.StatFs;import android.util.Log ...
分类:
其他好文 时间:
2020-06-16 15:06:46
阅读次数:
56
package com.android.demo.lileidemo.listener;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;impo ...
分类:
其他好文 时间:
2020-06-16 15:06:35
阅读次数:
55