kekxv

Results 41 issues of kekxv

rolling file appender by date

add c_vector can read and write Memory stream Support j2k conversion to bmp or raw using `memory stream`

`No mapping for HTTP-method: '{}POST',` ```javascript fetch("http://localhost:8000/", { "headers": { "accept": "*/*", "accept-language": "zh-CN,zh;q=0.9", "content-type": "text/plain;charset=UTF-8", "sec-ch-ua": "\".Not/A)Brand\";v=\"99\", \"Google Chrome\";v=\"103\", \"Chromium\";v=\"103\"", "sec-ch-ua-mobile": "?0", "sec-ch-ua-platform": "\"macOS\"", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors", "sec-fetch-site":...

Bug

Is there a way to fix it? https://github.com/oatpp/oatpp/blob/2f975359c55d6eb37bc0aef1afdc2abfcf031552/src/oatpp/core/async/Coroutine.cpp#L330-L338 and https://github.com/oatpp/oatpp/blob/2f975359c55d6eb37bc0aef1afdc2abfcf031552/src/oatpp/web/server/HttpProcessor.cpp#L428

how use `microservices` in `websocket`? (当我用`websocket` 的时候,该如何支持`microservices`)

以下代码会导致日期锁死在 `2020-06-30` ,无法选择 `2020-07-01` 到 `2020-07-07` 这几个日期 ```javascript $("#years-monthes").datetimePicker({ title: '请选择预约时间', min: ”2020-06-30“, max: ”2020-07-07“, value: this.date, times: function () { return [ { values: ['上午', '下午'] } ]; },...

# about long-term tasks I want to use multithreading, but it doesn't work all the time. How can I continue to monitor other client connections when doing long-term tasks. What...

Can you print the unsupported ones? (能否将不支持的打印出来?) ```shell Reading and parsing keras h5df file... Start graph optimizing pass... Removing unused nodes... Removing squeeze reshape after pooling... Refreshing graph... Converting keras...

How to handle large file downloads in the case of microservices? (在微服务的情况下如何处理大文件下载?) Now the file will be downloaded to the local and then forwarded. Can it be forwarded directly? (现在会将文件下载到本地再转发,能否直接转发?)

Enhancement
Question

id 'com.android.application' version '7.3.0' apply false ``` pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() // 添加maven maven { url 'https://jitpack.io' }...