Questions tagged [uses]

31 questions
1
vote
1 answer

MySQL process uses more than 100% CPU usage and need about 1 GB of memory

I am running MySQL server on the server's which has following specifications - Dual Xeon Quad Core 2.0, 2048 MB RAM, 1x 160 GB SATA Fedora Core + SSH But MySQL process for inserting 10000 records take more than 100% of CPU and up to 1 GB of…
MySQL DBA
  • 5,692
  • 21
  • 54
  • 71
1
vote
1 answer

Error in Android Manifest (sdk version)

I am getting an error in my manifest and I don't know why, please could you help
0
votes
1 answer

How to implement the Metadata 'Uses' tag using typescript

When we try to mint a new NFT using the createMetadata instruction including the Uses tag with UseMethod: burning, the method is failing with the following message: Uses doesn’t have schema schema.uses.uses. Any ideas/tips about how to deploy…
Nayib
  • 1
0
votes
1 answer

error org.openqa.selenium.devtools.CdpInfo: module org.seleniumhq.selenium.remote_driver does not declare `uses`

Why I can't post this, it says 'this looks like spam.' but this isn't a spam, I check every corner of StackOverflow and can't find anything useful to me. Oh god that's frusturating I wanted to create a JavaFX application that uses Selenium for web…
Ege BULUT
  • 1
  • 2
0
votes
1 answer

Delphi gives F2613 Unit Not Found, but only for 64-bit Build

I have been developing my software with Delphi and use two 3rd party packages: TRichview and LMD ElPack. I have one unit in TRichview, and 3 units in LMD Elpack that I have added my own customizations to, so I keep my 4 customized versions of these…
lkessler
  • 19,819
  • 36
  • 132
  • 203
0
votes
2 answers

Including client files for shared file

Okay, so I have 2 projects for a game. One is the server and one is the client. I keep the shared units into a shared folder that I use to include in my client/server project. There is a problem however: I have a shared file that needs a different…
deluvas
  • 343
  • 1
  • 5
  • 15
0
votes
2 answers

Multiple delphi forms

I have two delphi forms; frmHome and frmStats. There is a button on the main form (frmHome) and when you click on it it takes you to frmStats. On btn click in frmHome: frmStats.ShowModal; Hide; This works fine but on frmStats there is also a…
0
votes
2 answers

How to escape plugin notation in App::uses() for CakePHP 2.x

I'm using CakePHP 2.7 and want to use a Vendor class by stating App::uses('TCPDF', 'tecnick.com/tcpdf'); Cake complains because it is trying to load a file from the tecnick plugin. I actually am aiming for a vendor class in…
Bart Gloudemans
  • 1,201
  • 12
  • 27
0
votes
2 answers

TOleServer and its unit not available for Firmenkey in Delphi?

As the title suggest, I can't find that unit. Is there an equivalent? I am trying to port a unit from VCL to Firemonkey which contains OleServer in its uses clause, but I can't find any information on Embarcaderos website regarding this problem. I…
Aid Vllasaliu
  • 85
  • 2
  • 11
0
votes
2 answers

"Uses"-Variable in CakePHP Controller inheritance

i have a huge problem using the public variable "uses" in the CakePHP-Controller. I set up my application with the following schema. PagesController extends an AdminController which extends the AppController. class PagesController extends…
user2140111
  • 122
  • 1
  • 9
0
votes
2 answers

(Model/View/Controller)MVC

what is the MVC and why i use it in Struts
0
votes
1 answer

add new address in the end of array JSON formatted javascript variables

I have this variable and I want to add other dynamically because I read the latlng, name etc. from an XML file. var stationMapList = [ {"latlng":[41.38506,2.17340],name:"Barcelona", pin:'img/pin_2.png', id:'address0', tab:'tab1-button'}, …
0
votes
1 answer

Pascal: Completely import a module into current scope

More Pascal woes. Say I have 2 Units, MainUnit, and ExampleClass. MainUnit: Unit MainUnit; interface Uses ExampleClass; function ReturnFive: Integer; implementation function ReturnFive: Integer; begin ReturnFive :=…
Name McChange
  • 2,750
  • 5
  • 27
  • 46
-1
votes
1 answer

What can i do to resolve a java warning during compilation?

I have a class DAG which extends another class ARCO. When I compile it, the prompt reports this warning in two lines: Note: .\ARCO.java uses unchecked or unsafe operations Recompile with -Xlint: unchecked for details What is the problem? (class…
James The Beard
  • 205
  • 4
  • 10
-1
votes
1 answer

Missing uses clauses in FireMonkey XE3

I have XE3 Installed on my machine, and am doing apps using FireMonkey 2, but there are plenty cases where I come to the point of missing identifiers. It keeps telling me that the Identifier is unknown, for most of the components I drop onto the…
That Marc
  • 1,134
  • 3
  • 19
  • 42