E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
bun
BUN
34981 A Matrix
每次从第一行选一个数,向下找递增的一条链。。。#include usingnamespacestd; typedeflonglongLL; constintmaxn=100005; vectorvec[maxn]; intcnt[maxn]; intres[maxn],ans,n,m; voidsolve(intpos,intt) { if(pos==m||cnt[pos+1]==0||ve
blankcqk
·
2015-08-26 13:00
FragmentPagerAdapter的工作流程
方法的必备参数,参数2是要创建的fragment对象的类的类名再创建TabInfo类型的列表再创建适配器的addFragment()方法再调用addFragment()方法,给TabInfo对象的clazz和
bun
qq_26222859
·
2015-07-29 23:00
Android 滑动抽屉
importandroid.content.Context; importandroid.content.Intent; importandroid.graphics.Color; importandroid.os.
Bun
bx276626237
·
2015-07-13 15:00
Linux下常用的一些解压缩命令汇总
->gzip-dtest.tar.gz或者gunziptest.tar.gz3、test.tgz//-->tar-xzftest.tgz4、test.bz2//-->bzip2-dtest.bz2或者
bun
佚名
·
2015-06-15 09:30
ndk
hosts 添加 74.125.206.93 dl-ssl.google.com 2014.7 ADT Bundle http://dl.google.com/android/adt/adt-
bun
ssydxa219
·
2015-05-23 19:00
NDK
Android触摸屏幕时间-android学习之旅(三)
代码;publicclassMainActivityextendsActivity{ privateFrameLayoutframe; @Override protectedvoidonCreate(
Bun
u010321471
·
2015-05-13 11:00
android
多点触摸
触摸
触摸屏
关于PagerAdapter的instantiateItem方法
代码如下:publicclassMainActivityextendsActivity{ViewPagerpager;Listviews; @Override protected voidonCreate(
Bun
_随心
·
2015-05-08 23:17
PagerAdapter
instantiateItem
关于PagerAdapter的instantiateItem方法
代码如下:publicclassMainActivityextendsActivity{ViewPagerpager;Listviews; @Override protected voidonCreate(
Bun
_随心
·
2015-05-08 23:17
PagerAdapter
instantiateItem
Ubuntu server下搭建Maven私服Nexus
$cd/opt/$tar-zxvfnexus-2.10.0-02-
bun
chenzenan
·
2014-12-28 11:00
解决dialog在横竖屏切换时消失
packagecom.example.t; importandroid.app.AlertDialog; importandroid.app.Dialog; importandroid.os.
Bun
温华平
·
2014-12-10 09:10
dialog
横竖屏切换
数组资源(arrays)的使用
com.lovo.activity; import android.app.Activity; import android.content.res.TypedArray; import android.os.
Bun
zhuhai__yizhi
·
2014-11-25 19:00
Android Handler 分析
例一packagecom.imeiren.handlertest; importandroid.app.Activity; importandroid.os.
Bun
u200814499
·
2014-11-10 16:00
Yacc: 另一个编译器的编译器
原文:http://cm.bell-labs.com/7thEdMan/vol2/yacc.
bun
摘要计算机程序的输入通常有某种结构;实际上,可以认为每个需要
平凡之路
·
2014-10-13 11:00
unix
yacc
Unix Shell 介绍
原文:http://cm.bell-labs.com/7thEdMan/shell.
bun
摘要shell是提供到UNIX操作系统的接口的一个命令编程语言。它的特征包括控制流原语、参数传递、变量和字
平凡之路
·
2014-10-13 11:00
unix
shell
Android自动关机代码
java.io.DataOutputStream; import java.io.IOException; import android.app.Activity; import android.os.
Bun
king_tt
·
2014-09-27 19:00
android
Xcode封装.Bundle文件
那么其他的都很简单:这里具体说说
bun
Jerome_XX
·
2014-08-26 16:00
xcode
Xcode封装.Bundle文件
那么其他的都很简单:这里具体说说
bun
focusjava
·
2014-08-22 18:00
【整理】ACM代码整理
BUN
1075
http://www.bnuoj.com/bnuoj/problem_show.php?pid=1075#include #include #include #include #include using namespace std; #define INF 262144 int S; char cha; char chb; int a[INF]; int l=131071; int
Angelina-H
·
2014-08-19 22:00
【整理】ACM代码整理
BUN
1074
http://www.bnuoj.com/bnuoj/problem_show.php?pid=1074#include #include #include #include #include using namespace std; vectorgra[20500]; int dis[20500]; void bfs() { queueq; int t,k; while(
Angelina-H
·
2014-08-19 22:00
【整理】ACM代码整理
BUN
1054
http://www.bnuoj.com/bnuoj/problem_show.php?pid=1054#include #include #include using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop
Angelina-H
·
2014-08-18 22:00
【整理】ACM代码整理
BUN
1006
http://www.bnuoj.com/bnuoj/problem_show.php?pid=1006首先,把输入的数据保存在数组里。接着,按照位置进行加法计算同时判断是否进位(在这里使用计数器:如果有进位就加1)。最后,按照要求的格式输出。#include #include #include #include /* run this program using the console
Angelina-H
·
2014-08-18 22:00
【整理】ACM代码整理
BUN
1005
http://www.bnuoj.com/bnuoj/problem_show.php?pid=1005#include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main() { char* str[10]; while(1)
Angelina-H
·
2014-08-18 22:00
【整理】ACM代码总结
BUN
1004
http://www.bnuoj.com/bnuoj/problem_show.php?pid=1004#include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ //int main() { //int a,b; // //whil
Angelina-H
·
2014-08-18 22:00
【整理】ACM代码总结
BUN
1003
http://www.bnuoj.com/bnuoj/problem_show.php?pid=1003#include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ //int main() { //int a,b; // //whil
Angelina-H
·
2014-08-18 22:00
Duplicate id, tag null, or parent id 0x0 with another fragment 解决方案
/details/24680995现在的解决方案@Override publicViewonCreateView(LayoutInflaterinflater,ViewGroupcontainer,
Bun
hack8
·
2014-05-09 23:00
NetBeans8.0 swing项目打包
所有工件 ant -f D:\\zhao\\Documents\\NetBeansProjects\\docCompare -Djar.archive.disabled=true -Dnative.
bun
happyqing
·
2014-05-09 15:00
swing
打包
Netbeans
发布
NetBeans8.0 swing项目打包
所有工件 ant -f D:\\zhao\\Documents\\NetBeansProjects\\docCompare -Djar.archive.disabled=true -Dnative.
bun
happyqing
·
2014-05-09 15:00
swing
打包
Netbeans
发布
Android之旅十三 android中的数据传递方法
Bundlebundle=newBundle();bundle.putString("username","Mary");bundle.putInt("age",23);intent.putExtras(
bun
HarderXin
·
2014-04-03 10:00
开发
hello
Android
OSGi规范中文版(第5版 core R5.0.0)-第3章模块层(Module Layer)1
一个
Bun
wzumath
·
2014-03-29 22:00
java
osgi
android传递数据bundle封装传递map对象
------------------------------------------------------- android开发默认情况下,通过Bundle bundle=new
Bun
原动力Java
·
2014-03-27 17:00
android
Android activity之间传递数据
importandroid.R.integer; importandroid.app.Activity; importandroid.content.Intent; importandroid.os.
Bun
u014071669
·
2014-03-26 18:00
android
activity之间传送数据
Android增加、识别用户手势
MainActivity.javapackagecom.example.addgesture;importjava.io.File;importjava.io.IOException;importandroid.os.
Bun
baohanqing
·
2014-03-20 12:00
点云显示
int result=0; result=pcl::io::loadPCDFile ("E:\\微云网盘\\sourceCodes\\PCL_CloudViewer\\PCL_Test\\pcd\\
bun
0
古剑寒
·
2014-03-15 18:00
ExpandableListView可展开列表
ExpandableAdapter提供 xml MainActivitypackage org.crazyit.listview; import android.app.Activity; import android.os.
Bun
mutouzhang
·
2014-03-11 12:00
Android中短信拦截解决方案
android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.os.
Bun
塔塔米
·
2014-02-16 00:00
android教程之使用popupwindow创建菜单示例
{privatePopupWindowmenu;privateLayoutInflaterinflater;privateViewlayout;@OverridepublicvoidonCreate(
Bun
·
2014-02-14 12:39
Android使用Bundle在Activity之间交换数据
之间本来就有一个信使“Intent”,因此我们主要将需要交换的数据放入Intent即可Intent提供了多个重载方法来携带额外的数据putExtras(Bundledata):向Intent中放入需要“携带”的数据包
Bun
baohanqing
·
2014-02-09 13:00
Activity之间交换数据
cocos2d-android——给精灵添加动作
importorg.cocos2d.layers.CCScene; importorg.cocos2d.nodes.CCDirector; importorg.cocos2d.opengl.CCGLSurfaceView; importandroid.os.
Bun
caihongshijie6
·
2014-01-23 16:00
11、手机防盗--向导代码实现
packagecom.example.mobilesafe; importandroid.app.Activity; importandroid.content.Intent; importandroid.os.
Bun
asmcvc
·
2013-12-27 16:00
关于使用OSGI工程的一些总结
org.eclipse.core.runtime bundle is resolved and started (see config.ini) 解决方案: 在eclipse.init中最下面加入 -Dosgi.
bun
伈吢塌哋
·
2013-12-11 10:00
eclipse
osgi
Android基础学习 - 简单控件,EditText 、 Button :
然后开始写MainActivity.Javapackagecom.example.phonenumber; importandroid.net.Uri; importandroid.os.
Bun
u010980584
·
2013-11-01 00:00
eclipse
android
layout
intent
ACTION_CALL
android动画初级入门
缩放、淡入淡出,示例如下publicclassMainActivityextendsActivity{privateImageViewiv;@OverrideprotectedvoidonCreate(
Bun
Java_maidou
·
2013-09-05 22:18
Android
iphone 静态库读取资源文件
新建工程“ Mac OS X -> Framework & Library ->
Bun
zxs19861202
·
2013-08-07 17:00
ios
iPhone
Bundle
The method setClass(Context, Class>) in the type Intent is not applicable for the arguments (GameV
在当前短信内容的activity中写 Bundle
bun
·
2013-08-06 19:00
arguments
The method setClass(Context, Class>) in the type Intent is not applicable for the arguments (GameV
在当前短信内容的activity中写 Bundle
bun
= new Bundle();
bun
.putString("message", "短信内容");
tw19811220
·
2013-08-06 13:00
ios开发之使用bundle来管理资源文件
那么如何使用最简单的方法创建一个
bun
bl1988530
·
2013-06-07 16:00
android中一个流氓的小例子
publicclassMainextendsActivity{ @Override publicvoidonCreate(
Bun
aboy123
·
2013-06-06 11:00
Xcode封装.Bundle文件
那么其他的都很简单:这里具体说说
bun
StackHero
·
2013-06-05 17:00
Xcode封装.Bundle文件
那么其他的都很简单:这里具体说说
bun
MonkeysDaddy
·
2013-06-05 17:00
iOS
使用颜色(color)资源
packagecom.lovo; importandroid.os.
Bun
u010142437
·
2013-06-04 23:00
android
color
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他