logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ios 开源的电子书阅读器项目

请教:请问有没有开源的电子书阅读器项目   本帖属于CocoaChina会员发表,转帖请写明来源和帖子地址大家好,我想问一下iphone平台上有没有开源的电子书阅读器项目,android平台上有很多类似的项目(如coolreader,fjreader等),有知道的能否告诉我下,最好告诉我网址。先谢谢。   在国外的一个论坛里问了下别人,有人给我发了

#ios#android#iphone
InitializeCriticalSectionAndSpinCount

The InitializeCriticalSectionAndSpinCount function initializes a critical section object and sets the spin count for the critical section.BOOL InitializeCriticalSectionAndSpinCount(  LPCRITICAL_

VS2010 这个warning怎么解决?

1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(298,5): warning MSB8004: Intermediate Directory does not end with a trailing slash.  This build instance will add the sla

文本审核 API 收集

https://www.douban.com/note/751754807/?from=author阿里云文本垃圾内容检测 https://help.aliyun.com/document_detail/70439.html?spm=a2c4g.11186623.6.675.74993db3PNarcb 结合行为、内容,采用多维度、多模型、多检测手段,识别文本中的垃圾内容,规避色情、广告、灌水、渉

MySQL connector C++在Linux下编译undefined reference to 'get_driver_instance'问题

MySQL connector C++在Linux下编译undefined reference to get_driver_instance问题MySQL connector使用的是cmake,但在LINUX下编译自己的sqlclient程序时就会出现这个问题。其实是链接的问题,需要链接libmysqlcppconn.so库。在其编译目录下会有一个cppconn的文件夹

#mysql#linux#c++
LINUX socket 在connect的时候发生 Operation now in progress 错误

解决方法: unsigned long ul = 1;   ioctl( nSocket, FIONBIO, &ul );  //设置为非阻塞模式  放到connect()后面.

generated file: '../../build/vs71/release/lib_json\json_writer.asm': No such file or directory

I'm trying to use json-cpp in Visual Studio 2010. I have no problem when compiling debug, but release gives me the following error:C:\Dev\ThirdParty\jsoncpp-src-0.6.0-rc2\src\lib_json\json_writer.

iOS5.0新功能之——NSJSONSerialization解析JSON数据

iOS5.0新功能之——NSJSONSerialization解析JSON数据 - (IBAction)touchWriteButton:(id)sender {      NSMutableDictionary *dictionary = [[NSMutableDictionary alloc] init];      [dictionary setValue:@"Anthony

#json
在网页上看到了data-v-xxxx是什么原因

在Vue开发中,会遇到html被浏览器解析后,在标签中出现’data-v-xxxxx’标记,如下:<div data-v-fcba8876 class="xxx"></div>原因:<style scoped>@media (min-width: 250px) {.list-container:hover {background: orange;}}</s

CentOS6.3下配置PHP环境以及相关配置

CentOS6.3下配置PHP环境以及相关配置.1、安装完CentOS后yum update(需要root权限) 2、yum install mysql 3、yum install mysql-server chkconfig --levels 235 mysqld on service mysql start 接下来修改root账号密码:mysq

    共 11 条
  • 1
  • 2
  • 请选择