zoukankan      html  css  js  c++  java
  • anroid

    http://mirrors.neusoft.edu.cn/more.we#android

    http://www.cnblogs.com/youxilua/archive/2013/05/20/3087935.html

    signingConfigs {
            releaseConfig {
                keyAlias 'stone'
                keyPassword 'mypwd'
                storeFile file('/Users/stone/Documents/project_AS/myapplication/stone.keystore')
                storePassword 'mypwd'
            }
        }
            buildTypes {
               release {
                 ...
                 signingConfig signingConfigs.release
               }
            }
     
    http://www.2cto.com/kf/201504/388618.html
     
  • 相关阅读:
    npm
    React
    php区分new static 和new self
    tiny java web server
    算法可视化
    在线markdown编辑器
    JAVA
    linux find命令
    自定义windows新建菜单
    floyd算法
  • 原文地址:https://www.cnblogs.com/wcLT/p/5732787.html
Copyright © 2011-2022 走看看