Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Opensource

Open-source software (open-source) is a new term that is defined as software whose source code can be used by the public, and the use, modification, and distribution of this software are not restricted by licenses. Open source software is usually copyrighted, and its license may contain such restrictions: deliberate protection of its open source status, notice of authorship, or development control. “Open source” is being registered as a certification mark by public interest software organizations, which is also a means of creating a formal definition of open source.

How to run Jetty5 on the ARM platform (including the transplant JAMVM + ClassPath process) (1)

Although Jetty is a program written in Java , It can be used across platforms, but it needs a Java virtual machine to start, and the Java virtual machine is not cross-platform. It is necessary to l

October 13, 2021By Simo Jetty ARM, ClassPath, Contains, How to, Jamvm, jetty, Jetty5, Platform, process, run, transplantLeave a Comment

Nginx virtual host: PHP5-FPM-Sock error

I am trying to set up a virtual host for a new ubuntu/php5.5/nginx installation

etc/nginx/sites_available/mydomain.com:< /p>

server {
listen 80 default_server;
root /home/www/mydomain.c

October 13, 2021By Simo Nginx error, FPM, host, nginx, PHP, PHP5, SOCK, VirtualLeave a Comment

Enhance NGINX performance

1. At the system level
1, adjust the number of open files at the same time
ulimit -n 20480
2, the maximum number of TCP connections (somaxconn)
echo 10000> /proc/sys/ net/core/somaxconn
3, TCP conn

October 13, 2021By Simo Nginx Improve, nginx, performanceLeave a Comment

Spring boot security CORS

I have a problem with the CORS filter of spring security URL.
It will not set Access-Control-Allow-Origin and Other public headers will not be filtered by Spring Security.

This is the config

October 13, 2021By Simo Spring Boot, CORS, security, springLeave a Comment

Jetty multi-port startup project; SQLite exports binary files

1. Use jetty to start the mvn project and change to a different port: mvn jetty:run -Djetty.port=8099

2. sqlite export Binary sql file

> sqlite3 ciberdb.sqlite .dump> ciberdb.sql

October 13, 2021By Simo Jetty Binary, Document, Engineering, export, jetty, Multi, port, SQLITE, startupLeave a Comment

Jetty official document translation

I’m studying Jetty recently, and I didn’t find the appropriate information. I can only read the official documents, but only in English. Thinking about translating and learning by myself, it is bet

October 13, 2021By Simo Jetty Document, jetty, official, translationLeave a Comment

Jetty9 installation configuration

jetty9 installation configuration 1. Download the zip package of jetty (myself Win system) Address: http://www.eclipse.org/jetty/ Download according to the required version, version 9.2 requires jd

October 13, 2021By Simo Jetty configuration, installation, jetty, Jetty9Leave a Comment

SOLR deployment and configuration

Solr is usually deployed in two ways. One is to deploy in an external web container such as tomcat, and the other is to use Solr’s built-in jetty as a web container.
Here we use the built-in jett

October 13, 2021By Simo Jetty configuration, deployment, SolrLeave a Comment

Can I have a root path that contains spaces in my nginx.conf?

I have tried escaping (instead of escaping), (and without) single quotes and double qoutes but I am always on the 404 page.

Is it even possible? I tried to look for it, but landed https://ser

October 13, 2021By Simo Nginx CONF, including, nginx, Nginx.conf, path, Root, space, Whether it is, with oneLeave a Comment

Jetty source code download

jetty download link:
https://www.eclipse.org/jetty/download .html
Release 9.4.20.v20190813

.zip

.tgz

apidocs

source

git source code:https://github.com/ecl

October 13, 2021By Simo Jetty download, jetty, Source CodeLeave a Comment

Posts navigation

Page 1 … Page 20 Page 21 Page 22 … Page 63
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress