自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (3)
  • 收藏
  • 关注

原创 程序员必备的5类AI工具盘点

程序员必备的5类AI工具盘点

2024-05-18 10:52:24 5943 1

原创 Android.mk 中解决Warning:warning: shared library text segment is not shareable

Warning:warning: shared library text segment is not shareableError:error: treating warnings as errors 加入:LOCAL_LDLIBS += -Wl,--no-warn-shared-textrel

2017-07-20 16:14:02 2871

原创 MAC显示隐藏文件AppleScript工具

将以下代码复制到脚本编辑器中,可导出为应用程序使用display dialog "隐藏/显示隐藏文件" buttons {"切换", "取消"} cancel button 2 with icon 2 with title "Show or hide all files"set switch to button returned of resultif switch is "切换" then

2017-07-18 14:31:06 591

原创 NSScanner: nil string argument错误定位

报错:NSScanner: nil string argumentlibc++abi.dylib: terminate_handler unexpectedly threw an exception尝试以下方式定位错误@try {//报错代码   }    @catch (NSException *exception) {        NSLog(@"%@",

2016-07-13 15:02:09 589

转载 ld: library not found for -lPods

出现 `ld: library not found for -lPods` 类似的错误,设置 `Project` -> `Pods` 下所有第三方库的 `Build Active Architecture Only` 为 `NO`

2016-07-12 09:46:20 454

原创 Execution failed for task ':app:compileDebugNdk'

E:\android_sdk\sdk\ndk-bundle\build\core\init.mkError:(373) *** Android NDK: Aborting.    .  Stop.Error:Execution failed for task ':app:compileDebugNdk'.> com.android.ide.common.process.ProcessE

2016-04-23 15:07:11 1460

原创 TransformException: com.android.ide.common.process.ProcessException:错误解决

TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.8.0_73\bin\java.exe'' finished with non-zer

2016-04-19 09:11:55 564

IJKMediaFramework下载

IJKMediaFramework.framework 直 接 可 用

2019-01-10

BLE4.0蓝牙模块、HC-05主从一体蓝牙模块资料

包含android、ios蓝牙Demo源码

2015-12-11

libtensorflow_demo.so,libtensorflow_inference.so下载

libtensorflow_demo.so,libtensorflow_inference.so下载

2018-09-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除