Introduction to Django Framework, wsgiref and jinja2 Modules
Catalog
Brief introduction to framework
wsgiref module
jinja2 module
Brief introduction to framework
Django is a web development framework for developing web applications. The essence of Django is web framework + socket server.
MVC Framework and MTV Framework
MVC, whose full name is Model View Con ...
Posted by Bailz on Tue, 11 Jun 2019 20:59:13 +0200
Implementing a rudimentary Notepad software
Preface
Because the wifi is broken at home during the summer vacation, I think I've been studying Android for so long that I haven't written even a simple app of my own, so I spent some time doing it. I remember when I started to learn programming, some buddies in the learning group sent out their own notebook software, so I'll make a noteboo ...
Posted by dbrown on Tue, 11 Jun 2019 00:32:49 +0200
Android uses third-party SDK-allies for sharing
Today I want to write about the sharing of alliances. This period of time is useful for the project. Here is a brief introduction.
Links to the Alliance's official website: Click Open Link
First, to WeChat QQ, Weibo Open Platform Add Applications, Get key, List the links below:
QQ Open Platform Wechat Open Platform Microblog Open ...
Posted by twigletmac on Sun, 09 Jun 2019 23:22:20 +0200
Implementation of yuv420p Video Playing Interface with OpenGLES
background
Example TFLive In this project, I write a live player according to ijkPlayer. To run it, I need to compile ffmpeg libraries. A copy is saved in the net disk. Extraction code: vjce. OpenGL ES plays related in OpenGLES It's in the folder.
learnOpenGL Learn how to use texture.
Playing video is to display the pictures one by one, just li ...
Posted by my_r31_baby on Sun, 09 Jun 2019 23:04:24 +0200
APP exception crash crawl in iOS
NSSetUncaughtExceptionHandler
Use your own program to capture crash and save it locally
Create a new class inherited from NSObject (the process of Xcode creating an empty project is omitted), named CatchCrash, and write in the h and m files:
void uncaughtExceptionHandler(NSException *exception)
{
// Exceptional stack informa ...
Posted by l_evans on Sun, 09 Jun 2019 01:24:42 +0200
[Android] This effect, I can't describe
Preface
Recently I received a request that embarrassed me.(Here's some crap)
The effect is that the top is partially suspended, followed by some layouts, a few switchable Tab pages below, and then scroll ~~Well, well, let's just look at the picture.
Effect
The main thing is the suspension of the top and Tab, and the effect of being topped o ...
Posted by garethj on Fri, 07 Jun 2019 18:21:17 +0200
iOS Development Buy-in Process
I. Submit information to appStore
First step
The second step
The third step
Finish Step 3 and remember to save
The fourth step
The fifth step
First click SetUp of Contact Info
The sixth step
The seventh step
Fill it out, save it, and go back to the previous page.
The eighth step
The ninth step
The te ...
Posted by unbreakable9 on Tue, 04 Jun 2019 21:59:28 +0200
In Angular, use ng-img-max to adjust images in browsers
You want to upload pictures in Angular applications. Do you want to limit the size of uploaded pictures at the front end before uploading them? The ng2-img-max module is exactly what you want! The ng2-img-max module uses web sorkers to calculate the image size and resides in the main thread.
Let's look at his use:
install
First, install modules ...
Posted by jgetner on Tue, 04 Jun 2019 06:50:39 +0200
Android 5.0 New Feature Learning
In Android 5.0, touch feedback, or water ripple, was added.
Use
1. When creating a new project, the default button usually has water ripple effect. If you want to delete it, you can specify a color for the view.
Code:
Android: background="? Android: attr / selectable ItemBackground" ripple with boundary
Android: background= ...
Posted by Chief on Tue, 04 Jun 2019 02:06:23 +0200
DataBinding used by Android MVVM
1. Overview
MVVM is short for Model-View-ViewModel.Microsoft's WPF brings new technological experiences such as Silverlight, Audio, Video, 3D, Animation...This results in a more detailed and customizable software UI layer.At the technical level, WPF also brings new features such as Binding, DependencyProperty, RoutedEvents, Command, DataTe ...
Posted by lafflin on Mon, 03 Jun 2019 23:16:39 +0200