Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cgdev-me
/
CrossGate_MLServer
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
16
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
CrossGate_MLServer
/
README.txt
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
57 lines (41 loc) · 1.21 KB
master
Breadcrumbs
CrossGate_MLServer
/
README.txt
Copy path
Top
File metadata and controls
Code
Blame
57 lines (41 loc) · 1.21 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
CrossGate MLServer 简易说明
By Free (http://cgdev.me/)
=============COMPILE====================
用Eclipse导入项目即可
=============TODO LIST==================
1. 修复卡号自动踢出
2. 完善家族部分
3. 找BUG修复
=============How to diy functions=======
你可以在MultiThreadServer这个class中自定义部分功能,比如小喇叭功能,又比如升级提示,登陆提示等。
========================================
这个版本的MLServer是用Java写的,采用多线程Socket底层,所以在Linux中使用是完全正常的
目前包含的功能有
1.名片通知
2.缓存邮件
3.排行榜修复
4.卡号自动踢出【需修复】
部分常见的如自动公告,喇叭的功能暂时没有写
P.S. 端口号限制为9650
使用说明:
安装Java Runtime 1.6以上的版本,并且设置好Java的环境变量
在windows中,打开cmd,输入
java -jar mlsv.jar
Linux中,bash中直接输入
java -jar mlsv.jar
常见问题:
Q : Linux中中文变为乱码
A : 设置系统的locale为zh_CN.gbk既可
Q : 本软件是否会持续更新,以支持更多的功能
A : 看心情
Q : 本软件是否收费
A : 完全免费,可以按需求定制,前提是我闲的没事做且你的定制比较有新意
Q : 这个程序稳定么
A : 我也不知道,整个程序是用不到一天的时间写出来的,自行测试吧,如果有什么问题欢迎反馈到魔力开发者论坛(http://cgdev.me/)中
Q : 程序为什么灭有Mysql的设置
A : 因为压根没处理数据库信息
Q : 修复了家族么
A : 没
2012/04/18
Free
http://cgdev.me/
You can’t perform that action at this time.