Questions tagged [manual]

a technical communication document intended to give assistance to people using a particular system

A user guide or user's guide, also commonly known as a manual, is a technical communication document intended to give assistance to people using a particular system.

Wikipedia article

400 questions
0
votes
1 answer

How to create event in MYSQL database?

I have no idea to create an event in MYSQL database. I want to create an event that updates a field from 1 to 0. By default value of a field is 0 in the database but after executing some query I set it back to 1 according to the requirement. The…
Fariya
  • 1
  • 1
0
votes
1 answer

How to know the limitations of specific VxWorks version?

I was trying to download VxWorks 5.x (specifically 5.11) manual, to understand the limitations with respect to the number of tasks, message queues, stack sizes , memory restrictions and semaphores. Can any one of you please post any link to…
Rajeev
  • 1
  • 2
0
votes
1 answer

Manuals of Ruby packages listing their methods?

For example, I tried to find a manual for OAuth package here but I get Ooops page missing here. I tried rim utility as instructed in Manual pages for Ruby functions from command line but version not documented = OAuth (from gem…
hhh
  • 50,788
  • 62
  • 179
  • 282
0
votes
1 answer

ggplot2 - add manual legend to multiple layers

I have a ggplot in which I am using color for my geom_points as a function of one of my columns(my treatment) and then I am using the scale_color_manual to choose the colors. I automatically get my legend right The problem is I need to graph some…
Locean
  • 15
  • 3
0
votes
1 answer

How to create rules SonarQube in php project? For beginners dev

Need help, please write me some example custom rules sonarqube in php project. I want to use this tool, but I can't find the detailed manual. Thank you!
Mykyta Dudariev
  • 462
  • 5
  • 17
0
votes
1 answer

Selenium Proxy on Grid

I have this setup that is setting proxy ok in the local browser but when i try to use the grid the proxy will not be sent to the node: var driver = new webdriver.Builder() .withCapabilities(webdriver.Capabilities.firefox()) …
Milo
  • 61
  • 6
0
votes
0 answers

TransactionScope not RollingBack

I am using a transctionScope in main method to calling a method to perform a update in MYSQL table. This method get an open connection from another method. When I force rollBack with a exception throw nothing happens. try { using…
0
votes
2 answers

Is there an online manual of C++ preprocessor directives?

Is there a place where I can learn what all the different preprocessor directives in the C++ standard libraries do? Like a site where it would break down all the different things you could do with math.h, conio.h, etc.?
Skyler
  • 410
  • 4
  • 18
0
votes
1 answer

Mongo Db Manual reference

I have an issue in manual reference. Can anyone help? I have the following two collections in 'User' database: MongoDB Enterprise > db.myUser.find().pretty() { "_id" : ObjectId("585beb14efb2d0abae8bcfe5"), "name" : "Tom Benzamin", …
Ravi
  • 163
  • 1
  • 2
  • 12
0
votes
1 answer

Test scenarios for preview feature functionality

I would want few test scenarios for a preview feature that is where the view page can be only readonly and only the latest result should be dispayed
user17167
  • 1
  • 1
0
votes
0 answers

How to remove/costomize the index page of R-manuals, when generating r-packages?

The command R CMD CHECK also outputs a manual of the generated R package. This manual includes an index page on the last page of the manual that shows two additional repeating sections (see below). Do you know how to customise or remove this index…
burbot
  • 175
  • 1
  • 5
0
votes
2 answers

How to find out if a method is deprecated?

For example, I would like to find out if the function mime_content_type is deprecated. In the English manual, it seems not marked as deprecated. This is also true for all other languages, except in German, Chinese and Spanish - there it is marked…
Adam
  • 25,960
  • 22
  • 158
  • 247
0
votes
1 answer

(Mac) How do I STOP Netbeans from automatically SELECTING a suggested keyword, BUT keep the POPUP open for me to select MANUALLY?

How can I stop Netbeans from automatically completing my code, but keeping the popup open so that I can select from its list? Thanks for the read. :D
Scarlet McLearn
  • 71
  • 3
  • 12
0
votes
1 answer

Programming an ActiveX component in Visual Studio 2008 vc++

anyone knows a good tutorial for programming ActiveX in Visual Studio 2008 for VC++? or the way to create methods and properties automatically, like the old Wizzard in VS6.0 did? I was trying harder to find some info, but everything is for C#, VB,…
Jonatan
  • 3
  • 1
0
votes
2 answers

How to make testing data manually for clustering of citation records?

I'm doing a research on the author name disambiguation problem. I want to make some experiments. I want to perform clustering on citation records. My dataset consist of 2000 xml records. I need testing data. The dataset that I'm using is not popular…
s.e
  • 271
  • 2
  • 15