摘要:
查询数据: use ods;set /user.password=ODS-SH;select * from base_cdma_all limit 10; use tag_bonc;select * from dpi_http_userapp_statistics limit 100000; #设置 阅读全文
posted @ 2017-06-09 16:03
cxchanpin
阅读(304)
评论(0)
推荐(0)
摘要:
这两个文件夹都能够存放文件。而在打包的时候被原样保留。 那用这两个文件夹可以做什么事呢? 1、放一个apk,要用的时候调出来。免得去下载server下载。 2、放一个sql,当app数据库非常大的时候。这能够省事非常多。 3、放一段视频、录音等,作为开机启动的介绍。是不是非常炫。。。。。 那问什么要 阅读全文
posted @ 2017-06-09 16:02
cxchanpin
阅读(993)
评论(0)
推荐(0)
摘要:
我近期在使用友盟的第三方库遇到一个路径错误的错误,找了好久才发现是使用了绝对路径,还有友盟不支持我Xcode的64位错误,尽管困扰我许久,可是最终攻克了.详细情况例如以下, 第一步:改动64位 第二步:改相对路径 我近期在使用友盟的第三方库遇到一个路径错误的错误,找了好久才发现是使用了绝对路径,还有 阅读全文
posted @ 2017-06-09 15:20
cxchanpin
阅读(810)
评论(0)
推荐(0)
摘要:
题目如题。题解如题。 因为目标点最多仅仅有4个,先bfs出俩俩最短路(包含起点)。再dfs最短路。)0s1A;(当年弱跪杭州之题,现看如此简单) #include<iostream> #include<vector> #include<cstdio> #include<cstring> #inclu 阅读全文
posted @ 2017-06-09 13:42
cxchanpin
阅读(706)
评论(0)
推荐(0)
摘要:
转眼间已经研二了。突然想把曾经看过的文献总结总结与大家分享,留作纪念,方便以后參考。 1、深度追踪:通过卷积网络进行差异特征学习的视觉追踪(DeepTrack:Learning Discriminative Feature Representations by Convolutional Neura 阅读全文
posted @ 2017-06-09 13:12
cxchanpin
阅读(1122)
评论(1)
推荐(0)
摘要:
Problem The Latin alphabet contains 26 characters and telephones only have ten digits on the keypad. We would like to make it easier to write a messag 阅读全文
posted @ 2017-06-09 11:36
cxchanpin
阅读(242)
评论(0)
推荐(0)
摘要:
近期项目中须要调用c/c++的实现,Android是支持JNI的。所以体验了一下JNI的全过程 1. 前期环境准备 (1) 下载NDK,网址是https://developer.android.com/ndk/downloads/index.html。 国内用户须要FQ。 眼下官网上mac版最新的是 阅读全文
posted @ 2017-06-09 11:03
cxchanpin
阅读(279)
评论(0)
推荐(0)
摘要:
在使用libgdx来开发游戏时。假设遇到这样的问题。非常可能是由于你没有在libgdx的项目中导入Android的现骨干jar包导致的。解决方法例如以下:右击项目 “build path” 》“configure build path” 》这时候会出现例如以下图所看到的的界面。这时候把图中红色的钩所 阅读全文
posted @ 2017-06-09 11:01
cxchanpin
阅读(186)
评论(0)
推荐(0)
摘要:
[root@localhost mail]#tmp=`mailq | grep -E "root" | awk '{print $1}'` [root@localhost mail]# echo $tmp 8F5B4C0653 9A100C065A [root@localhost mail]# fo 阅读全文
posted @ 2017-06-09 09:29
cxchanpin
阅读(1334)
评论(0)
推荐(0)
摘要:
mysql服务的启动与停止:点击開始--执行,输入services.msc 。 在弹出的服务窗体中。找到mysql服务。直接点击左側相应 的就能够了 例如以下图所看到的: mysql服务的启动与停止:点击開始--执行,输入services.msc 。 在弹出的服务窗体中。找到mysql服务。直接点击 阅读全文
posted @ 2017-06-09 08:20
cxchanpin
阅读(1033)
评论(0)
推荐(0)