<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" con…
一,谷歌的安卓官方网站-https://developer.android.google.cn/docs/ ,在网站里面可以查询开发文档,开发指导,设计原则,制作app的例子等等,无论对于新手还是老手,都是不可多得的良好资源,以下做一些简单性介绍,帮助大家更好的学习. 二,OVERVIEW 这个模块是关于网站的介绍. 蓝色的Get Start中有几个模块,第一个Build you first app是对安卓开发的指导,里面是中文,已经做过翻译,其它部分则没有,根据这一部分可以做一个良好的开始了,…
https://finance.sina.com.cn/realstock/company/sh600522/nc.shtml http://hq.sinajs.cn/list=sh601006…
https://jzh.12333sh.gov.cn/jzh/ https://superuser.com/questions/171917/force-a-program-to-run-without-administrator-privileges-or-uac http://pogostick.net/~pnh/ntpasswd/bootdisk.html cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "…
https://www.gitlab.com.cn/installation/#centos-7 1.安装并配置必要的依赖关系 在CentOS 7(和RedHat / Oracle / Scientific Linux 7)上,以下命令还将在系统防火墙中打开HTTP和SSH访问. sudo yum install -y curl policycoreutils-python openssh-server sudo systemctl启用sshd sudo systemctl启动sshd sudo…
https://itunes.apple.com/cn/app/apache-overkill/id410553807?mt=8uo%3D6 http://eplusgames.net/games/super_mario_bros_crossover_2_0/play http://eplusgames.net/games/ricochet_kills_2/play http://eplusgames.net/games/anyway_fish/play http://eplusgames.ne…
https://lug.ustc.edu.cn/wiki/user/boj/linkers-and-loaders   程序员的自我修养——链接.装载与库…
https://source.android.google.cn/devices/bootloader 本文主要记录aosp官网关于bootloader的相关资料 Bootloader A bootloader is a vendor-proprietary image responsible for bringing up the kernel on a device. It guards the device state and is responsible for initializing…
https://mirrors.ustc.edu.cn/repogen/ Tips: 可通过 URL 的形式直接下载配置. 例如: https://mirrors.ustc.edu.cn/repogen/conf/debian-http-6-sid https://mirrors.ustc.edu.cn/repogen/conf/archlinux-https-4 Archlinux (/etc/pacman.d/mirrorlist):                 HTTPS       …
在ubuntu的docker中执行apt-get update时报错 : W: GPG error: https://developer.download.nvidia.cn/compute/cuda/repos/ubuntu1804/x86_64 InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 此处显示一个公钥 解决方法: ap…