摘要: 代码: const fastify = require("fastify")(); const md5 = require('md5'); const querystring = require('querystring'); //npm install fastify var secretKey 阅读全文
posted @ 2024-09-02 14:27 河北大学-徐小波 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 代码: var restify=require('restify') var server=restify.createServer() const md5 = require('md5'); const querystring = require('querystring'); //npm ins 阅读全文
posted @ 2024-09-02 14:26 河北大学-徐小波 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 代码: const Hapi = require('hapi'); const md5 = require('md5'); const server = new Hapi.Server({ port: 1101 }); //npm install hapi var secretKey = 'saac 阅读全文
posted @ 2024-09-02 14:25 河北大学-徐小波 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 代码: const Koa = require('koa'); const Router = require('koa-router'); const md5 = require('md5'); //npm install koa koa-router const app = new Koa(); 阅读全文
posted @ 2024-09-02 14:24 河北大学-徐小波 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 代码: const express = require('express'); const app = express(); const md5 = require('md5'); //npm install express var secretKey = 'saacac3423@21212'; v 阅读全文
posted @ 2024-09-02 14:23 河北大学-徐小波 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 代码: #! D:/software/Strawberry/perl/bin/perl.exe BEGIN { push (@INC,'D:/workspace/studys/study_bbs'); } use strict; use warnings; use utf8; use Limper; 阅读全文
posted @ 2024-09-02 14:20 河北大学-徐小波 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 代码: #! D:/software/Strawberry/perl/bin/perl.exe BEGIN { push (@INC,'D:/workspace/studys/study_bbs'); } use utf8; use Dancer; use Dancer::Serializer::J 阅读全文
posted @ 2024-09-02 14:19 河北大学-徐小波 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 代码: #! D:/software/Strawberry/perl/bin/perl.exe BEGIN { push (@INC,'D:/workspace/studys/study_bbs'); } use Mojolicious::Lite-signatures; use utf8; use 阅读全文
posted @ 2024-09-02 14:18 河北大学-徐小波 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 代码: package main /** go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn go mod init gos go mod tidy go mod vendor */ import ( "crypto/md5" 阅读全文
posted @ 2024-09-02 14:15 河北大学-徐小波 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 代码: package main /** go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn go mod init gos go mod tidy go mod vendor */ import ( "crypto/md5" 阅读全文
posted @ 2024-09-02 14:14 河北大学-徐小波 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 代码: package main /** go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn go mod init gos go mod tidy go mod vendor */ import ( "crypto/md5" 阅读全文
posted @ 2024-09-02 14:13 河北大学-徐小波 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 代码: package main /** go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn go mod init gos go mod tidy go mod vendor */ import ( "crypto/md5" 阅读全文
posted @ 2024-09-02 14:12 河北大学-徐小波 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 代码: package main /** go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn go mod init gos go mod tidy go mod vendor */ import ( "crypto/md5" 阅读全文
posted @ 2024-09-02 14:11 河北大学-徐小波 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 代码: import web import os.path import MySQLdb import json import hashlib import random import math import os from datetime import datetime class DateEn 阅读全文
posted @ 2024-09-02 14:08 河北大学-徐小波 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 代码: from wsgiref.simple_server import make_server from pyramid.config import Configurator from pyramid.view import view_config from pyramid.response i 阅读全文
posted @ 2024-09-02 14:07 河北大学-徐小波 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 代码: from bottle import route, run, template from bottle import Bottle, request, response import os.path import MySQLdb import json import hashlib impo 阅读全文
posted @ 2024-09-02 14:06 河北大学-徐小波 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 代码: from fastapi import FastAPI, Response, Cookie, Depends from fastapi.responses import JSONResponse from fastapi.responses import HTMLResponse impor 阅读全文
posted @ 2024-09-02 14:05 河北大学-徐小波 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 代码: from flask import Flask, make_response, request import os.path import MySQLdb import json import hashlib import random import math import os from 阅读全文
posted @ 2024-09-02 14:04 河北大学-徐小波 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 代码: import os.path import tornado.httpserver import tornado.web import tornado.options import tornado.ioloop from tornado.options import define, optio 阅读全文
posted @ 2024-09-02 14:02 河北大学-徐小波 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 代码: import cherrypy import MySQLdb import json import hashlib import random import math import os from datetime import datetime class DateEncoder(json 阅读全文
posted @ 2024-09-02 14:01 河北大学-徐小波 阅读(4) 评论(0) 推荐(0) 编辑
摘要: MyRect.java package Main; public class MyRect { public int x = 0; public int y = 0; public MyRgb rgb = new MyRgb(); long createtime = 0; public MyRect 阅读全文
posted @ 2024-09-02 13:41 河北大学-徐小波 阅读(8) 评论(0) 推荐(0) 编辑
摘要: MyRect.java package Main; public class MyRect { public int x = 0; public int y = 0; public MyRgb rgb = new MyRgb(); long createtime = 0; public MyRect 阅读全文
posted @ 2024-09-02 13:38 河北大学-徐小波 阅读(5) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8 import os,sys,re,time import pygame import random from win32api import GetSystemMetrics from tkinter import messagebox pygame.init() pyg 阅读全文
posted @ 2024-08-29 14:46 河北大学-徐小波 阅读(8) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8 import os,sys,re,time import pygame import random from win32api import GetSystemMetrics from tkinter import messagebox pygame.init() pyg 阅读全文
posted @ 2024-08-28 10:31 河北大学-徐小波 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 代码: #coding=utf-8 import os,sys,re,time import pygame import random from win32api import GetSystemMetrics import copy pygame.init() pygame.display.set 阅读全文
posted @ 2024-08-27 16:05 河北大学-徐小波 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 代码: #coding=utf-8 import os,sys,re,time import pygame import random from win32api import GetSystemMetrics pygame.init() pygame.display.set_caption("五子 阅读全文
posted @ 2024-08-26 14:00 河北大学-徐小波 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 代码: #coding=utf-8 import os,sys,re,time,math import pygame import random from win32api import GetSystemMetrics from math import pi pygame.init() pygam 阅读全文
posted @ 2024-08-23 13:58 河北大学-徐小波 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 代码: #coding=utf-8 import os,sys,re,time import pygame import random import math from win32api import GetSystemMetrics from tkinter import messagebox p 阅读全文
posted @ 2024-08-22 15:20 河北大学-徐小波 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 代码: #coding=utf-8 import os,sys,re,time import pygame import random from win32api import GetSystemMetrics from tkinter import messagebox from sqlparse 阅读全文
posted @ 2024-08-16 16:03 河北大学-徐小波 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 前面因为抓取数据,为了方便期间做了各界面,用到了wx,觉得很好用,所以最近几天专门看了一下wx的使用,并练习了一下。 代码: import os,sys,re,time import wx,wx.xrc,wx.adv,wx.grid import json,math,random import su 阅读全文
posted @ 2024-08-08 15:46 河北大学-徐小波 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 代码: #!ruby #coding=utf-8 require 'busker' require "mysql" require "json" def getloginuserinfo(sessionId = '') conn = Mysql.connect('mysql://root:12345 阅读全文
posted @ 2024-06-26 11:24 河北大学-徐小波 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 代码: #!ruby #coding=utf-8 require "mysql" require "json" require 'ramaze' def getloginuserinfo(sessionId = '') conn = Mysql.connect('mysql://root:12345 阅读全文
posted @ 2024-06-26 11:23 河北大学-徐小波 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 代码: #!ruby #coding=utf-8 require "sinatra" require "sinatra/base" require "mysql" require "json" =begin gem sources -l gem sources --remove https://ru 阅读全文
posted @ 2024-06-26 11:21 河北大学-徐小波 阅读(10) 评论(0) 推荐(0) 编辑
摘要: php代码: <?php //composer require react/event-loop react/http //composer install require __DIR__ . '/vendor/autoload.php'; function success($data){ retu 阅读全文
posted @ 2024-06-26 11:18 河北大学-徐小波 阅读(3) 评论(0) 推荐(0) 编辑
摘要: common.js function setCookie(name, value, daysToLive = 7) { let cookie = name + "=" + encodeURIComponent(value); if (typeof daysToLive "number") { coo 阅读全文
posted @ 2024-06-21 15:27 河北大学-徐小波 阅读(8) 评论(0) 推荐(0) 编辑
摘要: c#代码: using MySql.Data.MySqlClient; using System.Data; using Newtonsoft.Json; using System.Security.Cryptography; using System.Text; int pagesize = 20 阅读全文
posted @ 2024-06-21 15:06 河北大学-徐小波 阅读(10) 评论(0) 推荐(0) 编辑
摘要: java这个我是用springboot做的 目录结构 application.yml spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/my_bbs?use 阅读全文
posted @ 2024-06-21 15:01 河北大学-徐小波 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 目录结构 nginx配置: upstream bbs_upstream { server 127.0.0.1:1081; #php server 127.0.0.1:1086; #csharpe server 127.0.0.1:1087; #java server 127.0.0.1:1084; 阅读全文
posted @ 2024-06-21 14:55 河北大学-徐小波 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 本次实现了7个方法,特点是引入了外部库。 c语言代码: /* xuxiaobo extension for PHP */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <stdlib.h> #include <stdio.h> #i 阅读全文
posted @ 2024-04-15 15:53 河北大学-徐小波 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 效果图: 主代码如下: #include <stdlib.h> #include <stdio.h> #include "hiredis/hiredis.h" #include "mysql/mysql.h" #pragma comment(lib,"libmysql") #include <lib 阅读全文
posted @ 2024-04-11 15:08 河北大学-徐小波 阅读(25) 评论(0) 推荐(0) 编辑