ray.zh

Results 12 issues of ray.zh

## Feature_Name open jar file, some file need to edit; like: ![image](https://user-images.githubusercontent.com/16421384/182357573-c523d7b2-4230-4552-859b-045d591d7452.png) but only ascii file can be directy edit, gbk or anther encoding showing like below: ![1659437623344](https://user-images.githubusercontent.com/16421384/182358174-2af8fcf4-a749-4f63-9794-19232c3fb47a.png) hope add...

enhancement

我有一个需求;需要在一个画布中分别画出 多个机构交易所得 ETCK线数据;要怎么画啊;谢谢大佬

### Describe the bug windows链接分享文件,对方下载后,退出链接分享界面。但是分享的文件一直被localsend占用,无法删除 ### To reproduce 链接分享文件,对方下载后,退出链接分享界面。但是分享的文件一直被localsend占用,无法删除windows ### Expected behavior 返回主界面,应该解除文件占用。 ### Screenshots _No response_ ### Desktop (please complete the following information) _No response_ ### Smartphone (please complete...

bug
windows

## 推荐项目 - 项目地址: https://github.com/MisterChangRay/magic-byte - 类别: java - 项目标题:一个快速字节对象转换工具,特别适合私有协议开发 - 项目描述:对于tcp层通讯来说,最常见的操作就是在对象和字节直接转换。java不像C,可以直接在字节数据和结构体之间转换。对于java开发者而言,需要花很多时间在无符号数,数据对齐,数据填充,大小端,iobuffer等等上面。 而使用magic-byte则只需要在定义类的时候同时使用注解声明数据结构,然后就可以调用函数直接进行序列化和反序列化。极大的提升开发效率! - 亮点: 同类型项目有2006年google推的javastruct,但是项目太老没有维护,也不支持类嵌套,动态字段,消息注册绑定等特性 - 示例代码:(可选) ```java // 1.首先定义数据结构 @MagicClass(autoTrim = true) public class Student { // 普通数据,...

Java 项目

## 推荐项目 - 项目地址: https://github.com/MisterChangRay/custom-tcp-filter - 类别:C - 项目标题: 一款基于TCP自定义标识过滤的防火墙插件,在TCP封包层进行过滤,提高攻击门槛 - 项目描述: 物联网项目, 如果端口直接暴露使之容易被扫描攻击。 故实现自定义TCP头, 这样可以在握手阶段就丢弃数据包,达到提高攻击门槛,保护机器集群的目的。 - 亮点:根据自定义的标识进行报文过滤,对于物联网项目来说可以做到数据加解密和流量识别的双重识别。 - 示例代码:(可选) - 截图:(可选)gif/png/jpg - 后续更新计划:

C 项目

- 项目名称:Magic-Byte - 项目地址: https://github.com/MisterChangRay/magic-byte - 项目简介 (**100** 字以内): 在当代物联网行业中,由于隐私和安全问题,很多的公司选择使用自定义的私有二进制协议。 在C语言中,由于有结构体的加持,对象和字节数组转换起来就特别简单;但在java中,在没有原生支持的情况下,开发人员就只能够靠码力去读取解析数据然后转译成为对象 - 项目截图 (**6**张以内): ![image](https://github.com/GitHubDaily/GitHubDaily/assets/16421384/e0ed9a97-24e4-42c2-a6ee-fd3437e8ad32) 参考 [模板](https://github.com/GitHubDaily/GitHubDaily/issues/8)

### Is your feature request related to a problem? Please describe. for now, i need review every request and click button for allow those file be downloaded i think, mostly...

**Is your feature request related to a problem? Please describe.** on the table colum, use ctrl+c for copy table colum name, but on the table view, this way is not...

enhancement

**Describe the bug** redis do not connectet to cluster mode **To Reproduce** redis do not connectet to cluster mode **Expected behavior** should be success connecte **Screenshots** If applicable, add screenshots...

i wanna write a file download server. as Response code as following ``` return Response( 200, body: File(file.path!).openRead(), headers: headers, ); ``` as u see, i send file as stream...

package:shelf_router