码迷,mamicode.com
首页 >  
搜索关键字:lin    ( 27758个结果
iOS一些常见配置
关于Xcode的Other Linker Flags背景在ios开发过程中,有时候会用到第三方的静态库(.a文件),然后导入后发现编译正常但运行时会出现selector not recognized的错误,从而导致app闪退。接着仔细阅读库文件的说明文档,你可能会在文档中发现诸如在Other Lin...
分类:移动开发   时间:2014-11-26 20:49:43    阅读次数:228
lucene应用
package com.lin.util; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging...
分类:Web程序   时间:2014-11-26 19:03:43    阅读次数:268
Single Number II
Single Number IIGiven an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a lin...
分类:其他好文   时间:2014-11-25 16:19:11    阅读次数:142
LinkIssue: Error 'LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or cor
使用VisualStudio 编译链接中可能出现如下错误:LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt网上有如下解决方法:1.disable incremental lin...
分类:其他好文   时间:2014-11-25 15:57:54    阅读次数:225
Linux下将MySQL服务添加到服务器的系统服务中
Linux下将MySQL服务添加到服务器的系统服务中Linux环境下将MySQL服务添加到服务器的系统服务中1、了解MySQL程序路径MySQL数据目录: /home/mysql/dataMySQL程序目录:/usr/local/mysql52、修改MySQL服务启动程序[root@ www.lin...
分类:数据库   时间:2014-11-24 11:27:40    阅读次数:152
CUDA学习日志:一个例子和编程接口
Jeremy Lin 上一篇最后有一个“Hello World”的例子,可是和C程序根本没差。现在我们来真正接触CUDA的代码到底要怎么写。 首先,Show the Code: #include "cuda_runtime.h" #include const int N = 10; __global__ void add_Jeremy(int*a, int*b, int*c) {...
分类:其他好文   时间:2014-11-23 11:49:20    阅读次数:237
获取android源码时repo的错误
今天用repo获取android源码:../bin/repo init -u git://android.git.kernel.org/platform/manifest.git出现问题:问题一:Traceback (most recent call last):File "./repo", lin...
分类:移动开发   时间:2014-11-22 21:24:59    阅读次数:289
进程交互-基于NOR Flash的嵌入式简易文件系统设计(3)
DIR 基于NOR Flash的嵌入式简易文件系统设计 PAGE 进程交互 SN 003 Version 000.000.001待完成 Author David Lin E-mail linpeng1577@163.com     linpeng1...
分类:系统相关   时间:2014-11-22 12:05:01    阅读次数:231
【LeetCode】Single Number II (3 solutions)
Single Number IIGiven an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a lin...
分类:其他好文   时间:2014-11-20 18:29:54    阅读次数:271
Linux JDK安装
1 下载程序 Oracle官网下载对应版本的JDK,比如jdk-6u45-linux-x64.bin 或者jdk-6u45-linux-x64-rpm.bin;1.7的直接有tar.gz包;2 安装注意文件是否有执行权限ls -l 查看权限;chmod 755 增加执行权限。jdk-6u45-lin...
分类:系统相关   时间:2014-11-20 15:09:11    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!