• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
热爱我的热爱
博客园    首页    新随笔    联系   管理    订阅  订阅
11 2013 档案
linux 报错 bash ‘/bin/sh: Syntax error: “(” unexpected

摘要:今天用make 编译 蹦到bash ‘/bin/sh: Syntax error: “(” unexpected和/bin/sh: [[: not found 这种莫名奇妙的错误原因是是linux将sh指向了dash而不是bash直接改配置dpkg-reconfigure dash选默认不是dash 阅读全文
posted @ 2013-11-28 15:47 soniclq 阅读(1751) 评论(0) 推荐(0)
android 官方文档 JNI TIPS

摘要:文章地址 http://developer.android.com/training/articles/perf-jni.htmlJNI TipsJNI is the Java Native Interface.It defines a way for managed code (written in the Java programming language) to interact with native code (written in C/C++).It's vendor-neutral, has support for loading code from dynamic sh 阅读全文
posted @ 2013-11-15 15:24 soniclq 阅读(750) 评论(0) 推荐(0)
随手记

摘要:If your project is linked with "-nostdlib -Wl,--no-undefined", you need to provide your own __dso_handle because crtbegin_so.o isn't linked. The content of __dso_handle doesn't matter. eg. extern "C" { extern void *__dso_handle __attribute__((__visibility__ ("hidden& 阅读全文
posted @ 2013-11-13 19:33 soniclq 阅读(282) 评论(0) 推荐(0)
ffmpeg编译参数详解

摘要:Usage: configure [options]用 法:configure [选项]Options: [defaults in brackets after descriptions]选 项:[描述之后的方括号里的是默认值]Standard options:标准选项: --help print this message 打印这个信息,例如:./configure --help > ffmpegcfg.txt --logfile=FILE log tests and output to FILE [config.log] 记录测试日志并输出到的文件[默认:config.log] --d 阅读全文
posted @ 2013-11-11 13:59 soniclq 阅读(5200) 评论(0) 推荐(1)
django 其他地址访问不了问题

摘要:启动的时候 使用 python manage.py runserver 0.0.0.0:8000即可接收所有IP访问 阅读全文
posted @ 2013-11-04 22:58 soniclq 阅读(348) 评论(0) 推荐(0)

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3