I am trying to create a simple QML application that will use my active chess game to get an RSS feed and do something with it. At this time I am just trying to use the feed content to fill List vie
Month: September 2021
Automatic update of APP via RSS
The origins
Actually, I thought about this idea as early as ten years ago when I was still working on the desktop application, and I tried it in a DELPHI program, but Because I didn’t do desktop a
Algorithm – How to get the minimum number of movements to solve the “fifteen year game”?
I am reading about this and considering forming an algorithm to find the minimum number of moves to solve this problem.
The constraint I made: has an empty slot An N×N matrix of (e.g. 0) will
Talk about the API Gateway in Micro Services (API Gateway)
21CTO Community Guide: In this article, let’s discuss the distribution of API gateways in the entire microservices A role in the architecture.
We know that in the microservice architecture st
Making RSS sources
First use generics (generate RSS)
namespace Yin
{
public class wares{
public struct arrWare{
public int id;
public string name;
public string desc;
}
#region Get product information
public IList GetWares()
{
IList wares =
Multi-site RSS news text, import the Discuz Forum, Automatic Posting (2)
In the previous article, it was introduced to grab news text via rss. Here is an introduction to crawling the main text of multiple RSS sites at the same time, as well as capturing the pictures in
Manage SPAWN-FCGI program management and FASTCGI library libfcgi unified package
Integrate and encapsulate the spawn-fcgi process management program with the libfcgi c++ library, so that the library can self-manage program start and stop and fcgi functions, The output is in jso
Algorithm – Can Error Correction Code constitute an interesting game?
Whenever I play Sudoko, I treat the completed puzzle as an over-specified version of the original input. Like 8b/10b, Reed-Solomon code, turbo code or low-density parity Code verification. With ECC
Get CGI environment variables
1.CGIIntroduction to environment variables
CGIProgram inheritance System environment variables,CGI environment variables, inCGIThe program is initialized at startup and destroyed at the end.