码迷,mamicode.com
首页 >  
搜索关键字:android application    ( 113214个结果
Android 黑马 52 期视频,不加密,免费下载
Android 黑马学习视频 目录 01、安卓基础+JNI (14天) 02、Android应用开 发-代码版本管理和实战(1天) 03、android案 例与项目_手机安全卫士(12天) 04、自定义控件与视图(2天) 05、android项目实战_ 智慧北京(6天) 06、android项目实战 ...
分类:移动开发   时间:2021-05-24 11:09:42    阅读次数:0
android condition
/system/core/libutils/include/utils/Condition.h 1 // 2 3 // DO NOT USE: please use std::condition_variable instead. 4 5 /* 6 * Condition variable clas ...
分类:移动开发   时间:2021-05-24 10:49:00    阅读次数:0
android ConditionVariable
frameworks/base/core/java/android/os/ConditionVariable.java 1 /* 2 * Copyright (C) 2006 The Android Open Source Project 3 * 4 * Licensed under the Apa ...
分类:移动开发   时间:2021-05-24 10:45:44    阅读次数:0
C#中Application.StartupPath和System.Environment.CurrentDirectory的区别
System.Environment.CurrentDirectory的含义是获取或设置当前工作路径,而Application.StartupPath是获取程序启动路径,表面上看二者没什么区别,但实际上区别很大。先说前者:比如说你程序放在桌面上启动,但是中间你用了一个OpenFileDialog打开 ...
分类:移动开发   时间:2021-05-24 10:18:06    阅读次数:0
抓取android日志
1、指定包 adb logcat | findstr <packagename> >F:\test.log 2、指定时间 adb logcat -v threadtime -t '08-08 08:08:08.000' >F:\test.log 3、打印到cmd adb logcat 4、打印 信息 ...
分类:移动开发   时间:2021-05-24 10:00:37    阅读次数:0
Android中finish()方法
finish()官方解析:Call this when your activity is done and should be closed. The ActivityResult is propagated back to whoever launched you via onActivityRe ...
分类:移动开发   时间:2021-05-24 09:59:42    阅读次数:0
界面设计参考(1)tcp服务器
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:a ...
分类:其他好文   时间:2021-05-24 09:58:36    阅读次数:0
ios 微信小程序分析
小程序启动下载逻辑相关: https://game.weixin.qq.com/cgi-bin/h5/static/commlib/index.html 这个是实时的。 但是貌似本地也会存储,存储路径: /var/mobile/Containers/Data/Application/B1E7B553 ...
分类:微信   时间:2021-05-24 09:49:44    阅读次数:0
zabbix
<html> <embed height="200" type="application/x-shockwave-flash" width="200" src="http://www.blogclock.cn/swf/S1000746cf11489-9.swf" wmode="transparent ...
分类:其他好文   时间:2021-05-24 08:27:38    阅读次数:0
Android.03.EdiText
01. 主要配置属性 02.布局样式 输入数据的读取: ...
分类:移动开发   时间:2021-05-24 08:26:35    阅读次数:0
113214条   上一页 1 ... 14 15 16 17 18 ... 11322 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!