The Bilbo test is successful. You can try something in Linux !!!
It was originally issued through Firefox in Linux, but csdn has some problems with Firefox support. Online Editing will lose the format, and more seriously, it is submitted by Firefox.ArticleIt can only be seen in Firefox, So that I published a batch of articles once again. I don't know if it's okay now. In short, I didn't dare to post articles in Firefox any more.
Recently, I finally found blog writer in KDE!
Although Bilbo is not very easy to use, classification is not available. Recently, the article cannot be retrieved, and the classification of the article cannot be set as follows:CodeNot easy to post problems ...... But at least, when I want to suddenly see something that I want to reprint, I don't have to switch to Windows.
Bilbo is an offline blog writing tool under Kde, home page is: http://bilbo.gnufolks.org/
Ubuntu can download here: https://launchpad.net /~ Neversfelde/+ archive/PPA/+ packages
Code-based testing:
# Include <Gl/glut. h>
# Include <stdlib. h>
Void display (void)
{
/* Clear all pixels */
Glclear (gl_color_buffer_bit );
/* Draw white polygon (rectangle) with corners
* (0.25, 0.25, 0.0) and (0.75, 0.75, 0.0)
*/
Glcolor3f (1.0, 1.0, 1.0 );
Glbegin (gl_polygon );
Glvertex3f (0.25, 0.25, 0.0 );
Glvertex3f (0.75, 0.25, 0.0 );
Glvertex3f (0.75, 0.75, 0.0 );
Glvertex3f (0.25, 0.75, 0.0 );
Glend ();
/* Don't wait!
* Start processing buffered OpenGL routines
*/
Glflush ();
}
Void Init (void)
{
/* Select clearing color */
Glclearcolor (0.0, 0.0, 0.0, 0.0 );
/* Initialize viewing values */
Glmatrixmode (gl_projection );
Glloadidentity ();
Glortho (0.0, 1.0, 0.0, 1.0,-1.0, 1.0 );
}
Test results: The format is lost, the color is lost, and the Code marked with bilobo is invalid.
Try to paste a graph
The format test is successful, and the size is normal and will not be as messy as word2007.
Test result: the operation is successful.