码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
我的Android Studio 优化之路
修改keymap修改常用的快捷键 代码补全(Eclipse: ALT+/) Android Studio中默认用的是Ctrl+Space, 这跟输入法切换冲突,找到Keymap->Main Menu->Code->Completion->Basic,改为ALT+/快速错误修正(Eclipse: Ctrl+1) 找到 Keymap->Other->Show Intention Action,改...
分类:移动开发   时间:2015-07-03 15:58:10    阅读次数:181
/root/.python-eggs 报错
部署过程中,使用虚环境,但是启动程序的时候报错,如下:Traceback(mostrecentcalllast):File"/home/himalayas/fdsearch/fdsearch/bin/fdsearch",line34,in<module>fromfdsearchimportwsgiFile"/home/himalayas/fdsearch/fdsearch/wsgi.py",line32,in<module>impo..
分类:编程语言   时间:2015-07-03 00:29:20    阅读次数:1507
[LeetCode] Merge Sorted Array
A classic subroutine of merge sort. Just merge the elements from back to forth. Keep a pointer for the merged position of the element and two other po...
分类:其他好文   时间:2015-07-02 19:29:31    阅读次数:112
hdu3535 AreYouBusy
Problem Description Happy New Term! As having become a junior, xiaoA recognizes that there is not much time for her to AC problems, because there are some other things for her to do, which makes h...
分类:其他好文   时间:2015-07-02 15:47:02    阅读次数:163
Power of Cryptography - poj 2109
Time Limit:1000MSMemory Limit:30000KTotal Submissions:20351Accepted:10284DescriptionCurrent work in cryptography involves (among other things) large p...
分类:其他好文   时间:2015-07-02 12:03:03    阅读次数:112
(笔试题)N!的三进制数尾部0的个数
题目:用十进制计算30!(30的阶乘),将结果转换成3进制进行表示的话,该进制下的结果末尾会有____个0。思路:这道题与上一篇博文N!尾部连续0的个数的思路是一样的。计算N!下三进制结果末尾有多少个0,其实就是计算三进制中的3被连续进位多少次,只要将N!因式分解成3^m*other,m就是答案。技...
分类:其他好文   时间:2015-07-01 09:58:26    阅读次数:114
Tiny流程编辑器
流程编辑器是Tiny框架提供了编辑流程的图形化工具。目前支持的流程有逻辑流程和页面流程,未来也许会扩展其他的流程。 流程编辑器简介 后缀是*.flow或者*.pageflow的流程文件可以直接在Eclipse里面双击,调用相关编辑器打开;新建流程则按“New”-“Other”-“...
分类:其他好文   时间:2015-06-30 14:32:44    阅读次数:197
what is archeage honor weapons?
in my opinion,there are many kinds of weapons in archeage online, those include basic weapons and many other weapons,different weapons have different ...
分类:其他好文   时间:2015-06-30 12:44:53    阅读次数:102
javaSE中的输入输出流---一个读取流,对应多个输出流。而且生成的碎片文件都有有序的编号
package com.io.other.split; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.util.Pr...
分类:编程语言   时间:2015-06-30 01:30:05    阅读次数:230
cmake常用语句一览
cmake_minimum_required(VERSION 2.8.2 FATAL_ERROR)project("ProjName")// 不推荐使用add_definitions来设置编译选项,作用如同cmake -D add_definitions( -std=c++11 # Or -std=c++0x -Wall -Wfatal-errors # Other...
分类:其他好文   时间:2015-06-29 20:34:25    阅读次数:140
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!