crapthings
crapthings
不太懂原生的东西,我搜到了理论上应该是可以搞一个路径的 https://github.com/ahmedjalal93/VehicleBus/blob/master/com/tencent/mm/sdk/openapi/WXFileObject.java#L29
@jasonz1987 @xu-li 修改后可以支持 1mb 以上文件了 这边用复制的新方法,用文件路径就可以上传大于 1mb 文件了 ``` case TYPE_WECHAT_SHARING_FILE: WXFileObject fileObject = new WXFileObject(); File file = getFileInputStreamUrl(media.getString(KEY_ARG_MESSAGE_MEDIA_FILE)); if (file != null) { fileObject.filePath = file.getPath(); } mediaObject...
i use trick in this one https://github.com/crapthings/cordova-plugin-ios-shareextension hooks code from cordova-openwith https://github.com/nexushubs/cube/tree/cordova-openwith
hello this is 2020, works with ios sim, but not real device
iphone6s 12.0 same here works on simulator, but not real device
@09133792 先试试把描述字段填上 description: '' 如果还不行,应该是apk签名和开放平台提交的不一样吧
> I have now tried the instructions in a new directory, `tp`, with: > > $ mkdir tp > $ cd tp > $ npm install tau-prolog > and from...
关系抽取看上去是上另一个百科里找的然后用规则匹配的?
opencv 4.1.0 python 3.6.7   this is image from example https://github.com/Breta01/handwriting-ocr/blob/master/notebooks/page_detection.ipynb ```python SMALL_HEIGHT = 800 def processImageAlt(imagepath, ext): image = cv2.cvtColor(cv2.imread(imagepath), cv2.COLOR_BGR2RGB) edges_image = edges_det(image, 200, 250) edges_image =...
i've tried reduce MIN_COUNTOUR_AREA   what if we use object detective to get object bounding then work in that bounding. will this work better?