设置全屏的方法 A.在java代码中设置 /** 全屏设置,隐藏窗口所有装饰 */ requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow()....:name=".Login.NetEdit" android:label="@string/label_net_Edit" android:screenOrientation...="portrait" android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"> <category android:name="android.intent.category.DEFAULT"...获取屏幕尺寸与密度 Android 根据屏幕大小设置字体 Android Activity 全屏、横竖屏设置 Android模拟器无法上网问题 15、查看电池使用情况 Intent intentBatteryUsage
前言 Android 很多场合需要使用到数据加密,比如:本地登录密码加密,网络传输数据加密,等。...在android 中一般的加密方式有如下: 亦或加密 AES加密 RSA非对称加密 MD5加密算法 当然还有其他的方式,这里暂且介绍以上四种加密算法的使用方式。...Android 中的AES 加密 秘钥 key 必须为16/24/32位字节,否则抛异常 示例代码: private static final String TAG = "EncryptUtils";...代码示例: /************************************************** * 1.什么是RSA 非对称加密?...常用的数据加密方式代码详解的全部内容,希望对大家有所帮助。
https://blog.csdn.net/gdutxiaoxu/article/details/78253651 转载请注明原博客地址 Android 代码混淆语法讲解及常用模板 前言 混淆对于每一个开发者来说都不陌生...'), 'proguard-rules.pro' } } 了解了在哪里配置混淆代码之后,下面我们一起来看一下怎样混淆代码 首先,我们先来看一下 Android 默认的代码混淆配置...-dontwarn android.support.** 表示混略 android.support 包下代码的警告。...Android 混淆插件推荐及常用的混淆模板 Github 上面的混淆插件 Github 上有这样一个插件,AndroidProguardPlugin,他帮我们收集了常用的混淆模板,基本能满足我们的大部分需求...代码混淆语法讲解及常用模板
对于开发中常用的代码块无限复做是我们工作中简省时间最有效的途径之一,而下面的这些代码就是我们在开发出现概率较多的开发中常用的代码块: 一、 隐藏软键盘的输入法 InputMethodManager...transTimeToDay(long time) { int day = (int) (time / (24 * 60 * 60 * 1000)); return day; } 九、android
图层 1、加载地图,选择图层 if(!Page.IsPostBack) { MapControl1.Map.Clear(); Map...
TextView 显示文本 <TextView android:id="@+id/text_view" android:layout_width="match_parent" android:layout_height...="wrap_content" android:gravity="center" android:textSize="24sp" android:textColor="#00ff00" android...android:textSize: 指定文字的大小。 android:textColor: 指定文字的颜色。 android:text:指定TextView中的文本显示内容。...Button 最常用的按钮 <Button android:id="@+id/button" android:layout_width="match_parent" android:layout_height...default: break; } } } 注意,如果在setCancelable() 中传入了false ,表示ProgressDialog是不能通过Back键取消掉的,这时你就一定要在代码中做好控制
页面不允许在框架内 window.onload=function(){ if(self != top){ top.location.h...
administrator, user”) objcnla.SetPassword “P@ssW0rd” objcnla.SetInfo 弹出 YES or NO 的对话框,不同的选择执行不同的代码...wscript.createobject(“wscript.shell”) obshell.run (“ipconfig”),,true 如果要运行的命令中包含双引号,可使用&chr(34)&代替 忽略代码错误继续执行...On Error Resume Next 放置于代码的最开头,当代码运行出错后并不停止跳出而是继续执行下一条。
1、Alert - (void)showAlert{ UIAlertController *alertController = [UIAlertContr...
//matches():字符串是否在给定的正则表达式匹配 return psw.matches(REGEX_PWS); } } } 总结 以上所述是小编给大家介绍的Android...常用正则表达式验证工具类(实例代码),希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。
Android官方 compile 'com.android.support:appcompat-v7:23.0.0' compile 'com.android.support:cardview-v7:...23.0.0' compile 'com.android.support:gridlayout-v7:23.0.0' compile 'com.android.support:recyclerview-v7...:23.0.0' compile 'com.android.support:design:23.0.0' compile 'com.android.support:support-v4:23.0.0'...implementation 'io.reactivex.rxjava2:rxjava:2.1.10' 权限 名称 引用方式 个人推荐 PermissionsDispatcher 见官网 ★★★ UI相关 我常用的...:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE
接下来,主要是针对几个比较常用模式进行讲解,主要是以下几种: 观察者模式 适配器模式 代理模式 工厂模式 单例模式 命令模式 1.观察者模式(Observer Pattern) 释义: 观察者模式定义了一种一对多的依赖关系...抽象类BaseAdapter,省略了其他代码,这里只列出两个方法: public abstract class BaseAdapter implements ListAdapter,SpinnerAdapter
android常用接口 常见的一些调用接口 更多阅读全文后star,实时更、更新收集到的接口 dip转px public int convertDipOrPx(int dip) {...().equals( android.os.Environment.MEDIA_MOUNTED)) { return true; }...", sIntent); installer.putExtra("android.intent.extra.shortcut.NAME", "名字"); installer.putExtra...("android.intent.extra.shortcut.ICON_RESOURCE", Intent.ShortcutIconResource....fromContext(contxt, R.drawable.icon)); installer.setAction("com.android.launcher.action.INSTALL_SHORTCUT
加密解密简介 加密技术是最常用的安全保密手段,利用技术手段把重要的数据变为乱码(加密)传送,到达目的地后再用相同或不同的手段还原(解密)。加密技术包括两个元素:算法和密钥。...Base64也会经常用作一个简单的“加密”来保护某些数据,而真正的加密通常都比较繁琐。...Log.e("xyh", "decode: " +new String(decode,0,decode.length)); //xiaoyehai 在encode的时候,会有一个参数Flags(即上面代码中的...WPA/WPA2经常用的加密方式就是AES加密算法。...package com.xiaoyehai.sdwydc.utils; import android.text.TextUtils; import android.util.Base64; import
().equals( android.os.Environment.MEDIA_MOUNTED)) { return true; }...", sIntent); installer.putExtra("android.intent.extra.shortcut.NAME", "名字"); installer.putExtra...("android.intent.extra.shortcut.ICON_RESOURCE", Intent.ShortcutIconResource....fromContext(contxt, R.drawable.icon)); installer.setAction("com.android.launcher.action.INSTALL_SHORTCUT...if (isInstallShortcut) { return isInstallShortcut; } AUTHORITY = "com.android.launcher2
这是自己总结的开发技巧,不断更新中··········· 编写技巧 1. text文本单行显示并设置省略号 将TextView控件的singleLine属性设为True,并将ellipsize设为end android...:singleLine="true" android:ellipsize="end" 效果如下: 只在一行显示,如果文本多余,末尾会出现三个点,三个点的样式也是可以改变的。...把ellipsize值有middle,start,end,marque,none 2.imageView图片框四周白边去除 android:adjustViewBounds="true" android...来改变颜色 4、返回父activity页面从左到右滑 在父activity设置属性: android:launchMode="singleTop" 5、修复按钮设置背景没反应的问题 <style name...; h+=view.getMeasuredHeight(); } listView.getLayoutParams().height=h; 7、设置复选框按钮的颜色 xml中设置 android
android常用接口 常见的一些调用接口 更多阅读全文后star,实时更、更新收集到的接口 需要交流,联系微信:code_gg_boy 更多精彩,时时关注微信公众号code_gg_home dip转px
debug Debug.waitForDebugger(); 安装APK adb install apk所在的地址+apk的名字 卸载APK adb uninstall APK的包名 覆盖低版本APK Android...设备有更小版本Apk,进行覆盖安装:adb -r install xx.apk 覆盖高版本: Android设备有更高版本Apk,进行覆盖安装:adb -r -d install
javascript:doZoom(12)">小 ________________________________________ select挡住div的解决方法 在div里加入下面的代码...() scrollAmount=2>滚动信息 ________________________________________ 防止点击空链接时,页面往往重置到页首端 代码...function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);} 弹出代码...{ getURL("http://www.makewing.com","_blank"); } ________________________________________ 跳转页面代码...http://www.lenvo.cn/">www.lenvo.cn ________________________________________ 运行代码框
to, from, next) => { // 根据路由元信息设置文档标题 window.document.title = to.meta.title next() }) 两段常用的...vue代码
领取专属 10元无门槛券
手把手带您无忧上云